IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2024, 1:34:41 PM (20 months ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20230313/ippconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/ippconfig

  • branches/eam_branches/ipp-20230313/ippconfig/Makefile.am

    r39705 r42759  
    6262ipprc.config: $(srcdir)/ipprc.config.in
    6363dvo.site: $(srcdir)/dvo.site.in
     64
     65
     66TGTDIR  = $(PSCONFDIR)/$(PSCONFIG)/etc
     67SRC     =       compress
     68TGT     =       $(TGTDIR)/compress.mgc
     69
     70install: $(TGT)
     71build:   $(MGC)
     72
     73if HAVE_LINUX
     74MES = YesLINUX
     75MGC = compress.mgc
     76else
     77MES = StillNoLINUX
     78MGC = gentoo
     79endif
     80
     81$(TGT): $(MGC)
     82        cp $(MGC) $(TGT)     
     83
     84test: $(TGT)
     85        file o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc
     86        file -m $(TGT) o60523g0045o.2132764.wrp.2688740.skycell.1566.004.pswarp.mdc
     87
     88prt:
     89        @echo $(MES)
Note: See TracChangeset for help on using the changeset viewer.