source: Sophya/trunk/SophyaExt/XephemAstroLib/Makefile@ 3000

Last change on this file since 3000 was 2771, checked in by cmv, 20 years ago

gestion CXXTEMPFLG cmv 25/05/2005

  • Property svn:executable set to *
File size: 312 bytes
RevLine 
[2743]1include ../BuildMgr/sophyamake.inc
[1457]2
3all: libxastro.a
4
5clean:
[2743]6 rm -f libxastro.a *.o testxephem
[1457]7
8OBJASTRO := $(addsuffix .o,$(basename $(wildcard *.c)))
9
10libxastro.a : $(OBJASTRO)
[2743]11 $(AR) $(ARFLAGS) $@ $?
[1457]12
13%.o: %.c
[2743]14 $(CCOMPILE) -o $@ $<
[2395]15
16testxephem: testxephem.o
[2771]17 $(CLINK) -o $@ testxephem.o -L./ -lxastro -lc -lm
Note: See TracBrowser for help on using the repository browser.