Changeset 42731
- Timestamp:
- Nov 6, 2024, 5:16:54 PM (21 months ago)
- Location:
- tags/ipp-ops-20220906/ippconfig
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff, 1 prop)
-
configure.ac (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ops-20220906/ippconfig/Makefile.am
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/20160809/ippconfig/Makefile.am merged eligible /branches/czw_branch/20170908/ippconfig/Makefile.am merged eligible /branches/eam_branches/ipp-20191011/ippconfig/Makefile.am merged eligible /branches/eam_branches/ipp-20211108/ippconfig/Makefile.am merged eligible /branches/eam_branches/ipp-dev-20210817/ippconfig/Makefile.am merged eligible /branches/ipp-390_update_CHIP_DARKTEST_recipes/Makefile.am merged eligible /branches/ipp-476_gpc2_darktests_with_continuity_on/Makefile.am merged eligible /branches/ipp-482_increase_psastro_sigma_threshold/Makefile.am merged eligible /tags/ipp-ps1-20210510/ippconfig/Makefile.am merged eligible /tags/ipp-ps1-20210708/ippconfig/Makefile.am merged eligible /tags/ipp-ps2-20190404/ippconfig/Makefile.am merged eligible /trunk/ippconfig/Makefile.am merged eligible /branches/ipp-388_adding_darktest_recipe/Makefile.am 41182-41185 /ipp-ps2-20190404/ippconfig/Makefile.am 40668
r42728 r42731 62 62 ipprc.config: $(srcdir)/ipprc.config.in 63 63 dvo.site: $(srcdir)/dvo.site.in 64 65 66 TGTDIR = $(PSCONFDIR)/$(PSCONFIG)/etc 67 SRC = compress 68 TGT = $(TGTDIR)/compress.mgc 69 70 install: $(TGT) 71 build: $(MGC) 72 73 if HAVE_LINUX 74 MES = YesLINUX 75 MGC = compress.mgc 76 else 77 MES = StillNoLINUX 78 MGC = gentoo 79 endif 80 81 $(TGT): $(MGC) 82 cp $(MGC) $(TGT) 83 84 test: $(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 88 prt: 89 @echo $(MES) -
Property svn:mergeinfo
set to (toggle deleted branches)
-
tags/ipp-ops-20220906/ippconfig/configure.ac
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/czw_branch/20160809/ippconfig/configure.ac merged eligible /branches/czw_branch/20170908/ippconfig/configure.ac merged eligible /branches/eam_branches/ipp-20191011/ippconfig/configure.ac merged eligible /branches/eam_branches/ipp-20211108/ippconfig/configure.ac merged eligible /branches/eam_branches/ipp-dev-20210817/ippconfig/configure.ac merged eligible /branches/ipp-390_update_CHIP_DARKTEST_recipes/configure.ac merged eligible /branches/ipp-476_gpc2_darktests_with_continuity_on/configure.ac merged eligible /branches/ipp-482_increase_psastro_sigma_threshold/configure.ac merged eligible /tags/ipp-ps1-20210510/ippconfig/configure.ac merged eligible /tags/ipp-ps1-20210708/ippconfig/configure.ac merged eligible /tags/ipp-ps2-20190404/ippconfig/configure.ac merged eligible /trunk/ippconfig/configure.ac merged eligible /branches/ipp-388_adding_darktest_recipe/configure.ac 41182-41185 /ipp-ps2-20190404/ippconfig/configure.ac 40668
r42728 r42731 6 6 AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2]) 7 7 AM_MAINTAINER_MODE 8 9 AM_CONDITIONAL([HAVE_GENTOO], [test -f /etc/gentoo-release]) 10 AM_CONDITIONAL([HAVE_LINUX], [test -f /etc/os-release]) 8 11 9 12 AC_PROG_INSTALL -
Property svn:mergeinfo
set to (toggle deleted branches)
Note:
See TracChangeset
for help on using the changeset viewer.
