Changeset 2395 in Sophya for trunk/SophyaExt
- Timestamp:
- May 31, 2003, 7:52:05 PM (22 years ago)
- Location:
- trunk/SophyaExt/XephemAstroLib
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/Makefile
r1465 r2395 5 5 clean: 6 6 rm -f libxastro.a 7 rm -f *.o 7 rm -f *.o testxephem 8 8 9 9 install: … … 22 22 %.o: %.c 23 23 $(COMPILE.c) -o $@ $< 24 25 testxephem: testxephem.o 26 $(LINK.c) -o $@ $^ -L$(EXTLIBPATH) -lxastro -lc -lm
Note:
See TracChangeset
for help on using the changeset viewer.