IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 1, 2026, 9:56:45 AM (7 weeks ago)
Author:
eugene
Message:

add autogen / configure elements to build pstamp CGI tools into CGI directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/Makefile.am

    r28486 r43045  
    1 SUBDIRS = src scripts
     1SUBDIRS = src scripts web
    22
    33pkgconfigdir = $(libdir)/pkgconfig
     
    88
    99CLEANFILES = *~ core core.*
     10
     11cgi:
     12        $(MAKE) -C web cgi
     13
     14install-cgi:
     15        $(MAKE) -C web install-cgi
     16
     17uninstall-cgi:
     18        $(MAKE) -C web uninstall-cgi
     19
Note: See TracChangeset for help on using the changeset viewer.