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

Last change on this file since 1457 was 1457, checked in by cmv, 25 years ago

import de la partie libastro de Xephem cmv+rz 10/4/2001

  • Property svn:executable set to *
File size: 393 bytes
RevLine 
[1457]1include $(DPCBASEREP)/Include/MakefileUser.h
2
3all: libxastro.a
4
5clean:
6 rm -f libxastro.a
7 rm -f *.o
8
9install:
10 rm -f $(EXTINCPATH)/XAstro/*
11 rm -f $(EXTLIBPATH)/libxastro.a
12 cp -v *.h $(EXTINCPATH)/XAstro/.
13 cp -v libxastro.a $(EXTLIBPATH)/.
14
15OBJASTRO := $(addsuffix .o,$(basename $(wildcard *.c)))
16
17libxastro.a : $(OBJASTRO)
18 $(AR) $(ARFLAGS) $@ $(OBJASTRO)
19
20%.o: %.c
21 $(COMPILE.c) -o $@ $<
Note: See TracBrowser for help on using the repository browser.