# Makefile for config directory. # # Copyright (C) 1994 by Jef Poskanzer. # # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose and without fee is hereby granted, provided # that the above copyright notice appear in all copies and that both that # copyright notice and this permission notice appear in supporting # documentation. This software is provided "as is" without express or # implied warranty. all: config install: config binaries: config install.bin: config merge: config install.merge: config install.scripts: config install.man: config clean: config config: ../appls/Makefile ../appls/pbmplus.c \ ../appls/pbmplus.1 \ ../extras/Makefile ../extras/pbmextras.c \ ../extras/pbmextras.1 ../appls/Makefile: app_Make.bld app_Make.p1 app_Make.p2 \ ../appls/pbmbins.lst ../appls/pgmbins.lst \ ../appls/ppmbins.lst ../appls/pnmbins.lst \ ../appls/pbmscrs.lst ../appls/pgmscrs.lst \ ../appls/ppmscrs.lst ../appls/pnmscrs.lst -rm -f $@ ./app_Make.bld > $@ ../appls/pbmplus.c: app_pp_c.bld app_pp_c.p1 app_pp_c.p2 \ ../appls/pbmbins.lst ../appls/pgmbins.lst \ ../appls/ppmbins.lst ../appls/pnmbins.lst -rm -f $@ ./app_pp_c.bld > $@ ../appls/pbmplus.1: app_pp_1.bld app_pp_1.p1 app_pp_1.p2 \ ../appls/pbmbins.lst ../appls/pbmscrs.lst \ ../appls/pgmbins.lst ../appls/pgmscrs.lst \ ../appls/ppmbins.lst ../appls/ppmscrs.lst \ ../appls/pnmbins.lst ../appls/pnmscrs.lst -rm -f $@ ./app_pp_1.bld > $@ ../extras/Makefile: ext_Make.bld ext_Make.p1 ext_Make.p2 \ ../extras/pbmbins.lst ../extras/pgmbins.lst \ ../extras/ppmbins.lst ../extras/pnmbins.lst \ ../extras/pbmscrs.lst ../extras/pgmscrs.lst \ ../extras/ppmscrs.lst ../extras/pnmscrs.lst -rm -f $@ ./ext_Make.bld > $@ ../extras/pbmextras.c: ext_pe_c.bld ext_pe_c.p1 ext_pe_c.p2 \ ../extras/pbmbins.lst ../extras/pgmbins.lst \ ../extras/ppmbins.lst ../extras/pnmbins.lst -rm -f $@ ./ext_pe_c.bld > $@ ../extras/pbmextras.1: ext_pe_1.bld ext_pe_1.p1 ext_pe_1.p2 \ ../extras/pbmbins.lst ../extras/pbmscrs.lst \ ../extras/pgmbins.lst ../extras/pgmscrs.lst \ ../extras/ppmbins.lst ../extras/ppmscrs.lst \ ../extras/pnmbins.lst ../extras/pnmscrs.lst -rm -f $@ ./ext_pe_1.bld > $@