Changeset 2767
- Timestamp:
- Dec 20, 2004, 7:24:33 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/imregister/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/imregister/Makefile
r2509 r2767 40 40 41 41 # program under development, not installed 42 DEVEL = 42 DEVEL = spregister spsearch 43 43 44 44 IMOBJ = \ … … 73 73 $(SPREG)/unique.$(ARCH).o \ 74 74 $(SPREG)/ConfigInit.$(ARCH).o \ 75 $(SPREG)/showinfo.$(ARCH).o \ 75 76 $(BASEDIR)/misc.$(ARCH).o \ 76 77 $(BASEDIR)/parse_time.$(ARCH).o \ … … 125 126 SS = $(SPREG)/args.spsearch.$(ARCH).o $(SPOBJ) 126 127 128 $(SR) : $(INC)/spreg.h $(INC)/imregister.h 129 $(SS) : $(INC)/spreg.h $(INC)/imregister.h 130 127 131 # special rules: 128 132 $(BIN)/photreg.$(ARCH) : $(SRC)/photreg.$(ARCH).o $(PR) ; $(CC) $^ -o $@ $(LFLAGS) … … 147 151 148 152 %.$(ARCH).o : %.c 149 $(CC) $(CFLAGS) -c $ ^-o $@153 $(CC) $(CFLAGS) -c $< -o $@ 150 154 151 155 $(BIN)/%.$(ARCH) : $(SRC)/%.$(ARCH).o $(BASEOBJ)
Note:
See TracChangeset
for help on using the changeset viewer.
