Changeset 2395 in Sophya for trunk/SophyaExt/XephemAstroLib


Ignore:
Timestamp:
May 31, 2003, 7:52:05 PM (22 years ago)
Author:
cmv
Message:

tests directs de xephem lib cmv 31/05/2003

Location:
trunk/SophyaExt/XephemAstroLib
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/XephemAstroLib/Makefile

    r1465 r2395  
    55clean:
    66        rm -f libxastro.a
    7         rm -f *.o
     7        rm -f *.o testxephem
    88
    99install:
     
    2222%.o: %.c
    2323        $(COMPILE.c) -o $@ $<
     24
     25testxephem: testxephem.o
     26        $(LINK.c) -o $@ $^ -L$(EXTLIBPATH) -lxastro -lc -lm
Note: See TracChangeset for help on using the changeset viewer.