IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2014, 6:08:39 PM (12 years ago)
Author:
watersc1
Message:

ppBackgroundStack compiles. I know it's not useful yet, because I haven't implemented the 'apply' and 'save the outputs' parts.

File:
1 edited

Legend:

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

    r28281 r36580  
    1 bin_PROGRAMS = ppBackground
     1bin_PROGRAMS = ppBackground ppBackgroundStack
    22
    33if HAVE_SVNVERSION
     
    2828ppBackground_LDFLAGS  = $(PSLIB_LIBS)   $(PSMODULE_LIBS)   $(PPSTATS_LIBS)   $(PSPHOT_LIBS)   $(PPBACKGROUND_LIBS)
    2929
     30ppBackgroundStack_CPPFLAGS = $(ppBackground_CPPFLAGS)
     31ppBackgroundStack_LDFLAGS = $(ppBackground_LDFLAGS)
     32
    3033ppBackground_SOURCES =          \
    3134        ppBackground.c          \
     
    3841        ppBackgroundErrorCodes.c        \
    3942        ppBackgroundExit.c
     43
     44ppBackgroundStack_SOURCES = \
     45        ppBackgroundStack.c \
     46        ppBackgroundStackArguments.c \
     47        ppBackgroundStackCamera.c \
     48        ppBackgroundStackData.c \
     49        ppBackgroundStackLoop.c \
     50        ppBackgroundStackMath.c \
     51        ppBackgroundVersion.c \
     52        ppBackgroundErrorCodes.c \
     53        ppBackgroundExit.c
     54
    4055
    4156noinst_HEADERS = \
Note: See TracChangeset for help on using the changeset viewer.