IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5646


Ignore:
Timestamp:
Nov 30, 2005, 3:17:17 PM (21 years ago)
Author:
jhoblitt
Message:

tidy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/neb/archive/scripts/src/phase2/Makefile.am

    r5632 r5646  
    11bin_PROGRAMS = phase2
    22
    3 phase2_CPPFLAGS = $(PSLIB_CFLAGS) $(phase2_CFLAGS)
    4 phase2_LDADD = $(PSLIB_LIBS)
     3phase2_CPPFLAGS = $(PSLIB_CFLAGS) $(NEBCLIENT_CFLAGS) $(phase2_CFLAGS)
     4phase2_LDADD = $(PSLIB_LIBS) $(NEBCLIENT_LIBS)
     5
    56phase2_SOURCES = \
    67        papPhase2.c \
     
    4748        nonlin.dat
    4849
    49 clean-local:
    50         -rm -f TAGS
    5150# Tags for emacs
    5251tags:
    5352        etags `find . -name \*.[ch] -print`
     53
     54clean-local:
     55        -rm -f TAGS
Note: See TracChangeset for help on using the changeset viewer.