IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 43045


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

Location:
branches/eam_branches/ipp-pstamp-20260421/pstamp
Files:
1 added
2 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
  • branches/eam_branches/ipp-pstamp-20260421/pstamp/configure.ac

    r34089 r43045  
    1818AC_PROG_LIBTOOL
    1919AC_SYS_LARGEFILE
     20
     21AC_ARG_WITH([cgidir],
     22  [AS_HELP_STRING([--with-cgidir=DIR],
     23                  [directory for CGI programs])],
     24  [cgidir="$withval"],
     25  [cgidir=""])
    2026
    2127dnl ------------------------------------------------------------
     
    5561AC_SUBST([PPSTAMP_CFLAGS])
    5662AC_SUBST([PPSTAMP_LIBS])
     63AC_SUBST([cgidir])
    5764
    5865AC_CONFIG_FILES([
     
    6067  src/Makefile
    6168  scripts/Makefile
     69  web/Makefile
    6270  ppstamp.pc
    6371])
Note: See TracChangeset for help on using the changeset viewer.