Changeset 15585
- Timestamp:
- Nov 11, 2007, 11:46:30 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/tools/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/tools/Makefile
r15487 r15585 11 11 INC = $(HOME)/include 12 12 # include ../../Makefile.Common 13 14 DVO_LIBS = $(DESTLIB)/libdvo.a $(DESTLIB)/libFITS.a $(DESTLIB)/libohana.a 15 DVO_INCS = $(DESTINC)/dvo.h $(DESTINC)/gfitsio.h $(DESTINC)/ohana.h $(DESTINC)/autocode.h 13 16 14 17 PROGRAMS = gconfig fhead ftable fields list_astro glockfile \ … … 29 32 # we use a special set of rules in this directory which expect this simplification 30 33 31 %.$(ARCH).o : %.c 34 %.$(ARCH).o : %.c $(DVO_INCS) 32 35 $(CC) $(FULL_CFLAGS) $(FULL_CPPFLAGS) -c $< -o $@ 33 36 @echo "compiled $<" 34 37 @echo "" 35 38 36 $(BIN)/%.$(ARCH) : $(SRC)/%.$(ARCH).o 39 $(BIN)/%.$(ARCH) : $(SRC)/%.$(ARCH).o $(DVO_LIBS) 37 40 @if [ ! -d $(BIN) ]; then mkdir -p $(BIN); fi 38 41 $(CC) $(FULL_CFLAGS) -o $@ $^ $(FULL_LDFLAGS) … … 40 43 @echo "" 41 44 42 $(DESTBIN)/%: $(BIN)/%.$(ARCH) 45 $(DESTBIN)/%: $(BIN)/%.$(ARCH) $(DVO_LIBS) 43 46 @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN); fi 44 47 rm -f $(DESTBIN)/$*
Note:
See TracChangeset
for help on using the changeset viewer.
