IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 19, 2006, 5:23:56 PM (20 years ago)
Author:
eugene
Message:

added latex bits to def files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/Makefile

    r5942 r6454  
    1111LIB     =       $(HOME)/lib
    1212INC     =       $(HOME)/include
     13TEX     =       $(HOME)/tex
    1314MAN     =       $(HOME)/doc
    1415DESTLIB =       $(LLIB)
     
    8687$(INC)/SkyRegion.h
    8788
     89LIBTEX = \
     90$(TEX)/coords.tex \
     91$(TEX)/average.tex \
     92$(TEX)/secfilt.tex \
     93$(TEX)/measure.tex \
     94$(TEX)/missing.tex \
     95$(TEX)/photcode.tex \
     96$(TEX)/image.tex
     97
    8898objects: $(LIBOBJ)
     99
     100latex: $(LIBTEX)
    89101
    90102install: $(DESTINC)/autocode.h $(DESTLIB)/libautocode.a
     
    123135        @echo installed libautocode.a
    124136
     137$(TEX)/%.tex: $(DEF)/%.d $(DEF)/autocode.tex
     138        @if [ ! -d $(TEX) ]; then mkdir -p $(TEX); fi
     139        ./generate $< $(DEF)/autocode.tex $@
     140
    125141$(INC)/%.h: $(DEF)/%.d $(DEF)/autocode.h
    126142        @if [ ! -d $(INC) ]; then mkdir -p $(INC); fi
Note: See TracChangeset for help on using the changeset viewer.