IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2006, 11:50:17 AM (20 years ago)
Author:
rhl
Message:

Build dynamic libraries and psphot error stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/Makefile.am

    r6851 r7337  
    1 # lib_LTLIBRARIES = libpsphot.la
    2 # libpsphot_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(psphot_CFLAGS)
    3 # libpsphot_la_LDFLAGS = $(PSMODULE_LIBS) $(PSLIB_LIBS)
     1lib_LTLIBRARIES = libpsphot.la
     2libpsphot_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(psphot_CFLAGS)
     3libpsphot_la_LDFLAGS = $(PSMODULE_LIBS) $(PSLIB_LIBS)
     4libpsphot_la_SOURCES = $(psphot_SOURCES)
    45
    56bin_PROGRAMS = psphot
     
    1314psphot_SOURCES =                \
    1415        psphot.c                \
     16        errorCodes.c            \
    1517        psphotModelGroupInit.c  \
    1618        psphotArguments.c       \
     
    5254tags:
    5355        etags `find . -name \*.[ch] -print`
     56#
     57# Error codes.
     58#
     59psphotErrorCodes.h : errorCodes.dat psphotErrorCodes.h.in
     60        $(PSLIB_DIR)/bin/psParseErrorCodes --data=errorCodes.dat --outdir=. \
     61                                                psphotErrorCodes.h
     62errorCodes.c : errorCodes.dat errorCodes.c.in psphotErrorCodes.h
     63        $(PSLIB_DIR)/bin/psParseErrorCodes --data=errorCodes.dat --outdir=. errorCodes.c
Note: See TracChangeset for help on using the changeset viewer.