Changeset 10305 for trunk/Ohana/src/libdvo/Makefile
- Timestamp:
- Nov 29, 2006, 3:59:20 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/Makefile
r10298 r10305 18 18 default: install 19 19 20 install: $(DESTLIB)/libdvo.a $(DESTLIB)/libdvo.so20 install: $(DESTLIB)/libdvo.a 21 21 22 libdvo: $(LIB)/libdvo.$(ARCH).a $(LIB)/libdvo.$(ARCH).so22 libdvo: $(LIB)/libdvo.$(ARCH).a 23 23 24 24 INCS = $(DESTINC)/dvo.h $(DESTINC)/autocode.h … … 118 118 119 119 tabletest: install 120 gcc -L$(L LIB) -I$(LINC) -o tabletest $(SRC)/tabletest.c -ldvo -lFITS -lohana -lm120 gcc -L$(LIBDIR) -I$(INCDIR) -o tabletest $(SRC)/tabletest.c -ldvo -lFITS -lohana -lm 121 121 122 122 clean:
Note:
See TracChangeset
for help on using the changeset viewer.
