Changeset 3683 for trunk/stac/src/Makefile
- Timestamp:
- Apr 7, 2005, 2:27:03 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/Makefile
r3673 r3683 15 15 SHIFTSIZE = shiftSize.o stacWrite.o stacConfig.o stacRead.o stacCheckMemory.o stacSize.o 16 16 17 TARGETS = stac shift combine shiftSize 17 FIXIMAGE = fixImage.o 18 19 TARGETS = stac shift combine shiftSize fixImage 18 20 19 21 .PHONY: tags clean empty test profile optimise all … … 33 35 shiftSize: $(SHIFTSIZE) 34 36 $(CC) $(CFLAGS) -o $@ $(SHIFTSIZE) $(LDFLAGS) $(OPTFLAGS) 37 38 fixImage: $(FIXIMAGE) 39 $(CC) $(CFLAGS) -o $@ $(FIXIMAGE) $(LDFLAGS) $(OPTFLAGS) 35 40 36 41 all: $(TARGETS)
Note:
See TracChangeset
for help on using the changeset viewer.
