diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-22 16:56:12 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2011-01-22 16:56:12 +0000 |
| commit | d655684c77e2cf1b924abbac9c2b94f6b878448c (patch) | |
| tree | d252889e3de34739d45436fe37f2f2c47bfb42b7 | |
| parent | 0a346cf5365eb855f0da47fe2f030420b4a62cf6 (diff) | |
Added missing dependency on tree.fl, and extended target clean to delete
all fluid-generated .h files (as well as .cxx files).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8297 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | test/Makefile | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/test/Makefile b/test/Makefile index e6eb159bf..58a6325da 100644 --- a/test/Makefile +++ b/test/Makefile @@ -193,16 +193,17 @@ include makedepend clean: $(RM) $(ALL) $(GLALL) core $(RM) *.o core.* *~ *.bck *.bak - $(RM) CubeViewUI.cxx - $(RM) fast_slow.cxx - $(RM) inactive.cxx - $(RM) keyboard_ui.cxx - $(RM) mandelbrot_ui.cxx - $(RM) preferences.cxx - $(RM) radio.cxx - $(RM) resize.cxx - $(RM) tabs.cxx - $(RM) valuators.cxx + $(RM) CubeViewUI.cxx CubeViewUI.h + $(RM) fast_slow.cxx fast_slow.h + $(RM) inactive.cxx inactive.h + $(RM) keyboard_ui.cxx keyboard_ui.h + $(RM) mandelbrot_ui.cxx mandelbrot_ui.h + $(RM) preferences.cxx preferences.h + $(RM) radio.cxx radio.h + $(RM) resize.cxx resize.h + $(RM) tabs.cxx tabs.h + $(RM) tree.cxx tree.h + $(RM) valuators.cxx valuators.h $(OSX_ONLY) $(RM) blocks.app/Contents/MacOS/blocks$(EXEEXT) $(OSX_ONLY) $(RM) checkers.app/Contents/MacOS/checkers$(EXEEXT) $(OSX_ONLY) $(RM) sudoku.app/Contents/MacOS/sudoku$(EXEEXT) @@ -455,6 +456,7 @@ tile$(EXEEXT): tile.o tiled_image$(EXEEXT): tiled_image.o tree$(EXEEXT): tree.o +tree.cxx: tree.fl ../fluid/fluid$(EXEEXT) valuators$(EXEEXT): valuators.o valuators.cxx: valuators.fl ../fluid/fluid$(EXEEXT) |
