Changeset 1460 in Sophya
- Timestamp:
- Apr 10, 2001, 4:51:00 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/XephemAstroLib/Makefile
r1457 r1460 10 10 rm -f $(EXTINCPATH)/XAstro/* 11 11 rm -f $(EXTLIBPATH)/libxastro.a 12 cp -v*.h $(EXTINCPATH)/XAstro/.13 cp -vlibxastro.a $(EXTLIBPATH)/.12 cp *.h $(EXTINCPATH)/XAstro/. 13 cp libxastro.a $(EXTLIBPATH)/. 14 14 15 15 OBJASTRO := $(addsuffix .o,$(basename $(wildcard *.c)))
Note:
See TracChangeset
for help on using the changeset viewer.