| #Makefile if it contains our dist rules. Therefore we have put these |
#Makefile if it contains our dist rules. Therefore we have put these |
| #rules in Makedist (you can use them with GNU make on these systems). |
#rules in Makedist (you can use them with GNU make on these systems). |
| |
|
| dist: Makedist machpc.fs FORCE |
dist: Makedist FORCE |
| -sed -e 's/@[E]C_MODE@/false/g' -e 's/@[^ ]*CALLFLAG@/false/g' -e 's/@[P]EEPHOLEFLAG@/true/g' -e 's/@[L]IBFFIFLAG@/false/g' <machpc.fs.in >machpc.fs |
|
| $(MAKE) -f Makedist d$@ |
$(MAKE) -f Makedist d$@ |
| -$(RM) machpc.fs |
|
| |
|
| dosdist: Makedist machpc.fs FORCE |
dosdist: Makedist FORCE |
| -sed -e 's/@[^ ]*CALLFLAG@/false/g' -e 's/@[P]EEPHOLEFLAG@/true/g' <machpc.fs.in >machpc.fs |
|
| $(MAKE) -f Makedist d$@ |
$(MAKE) -f Makedist d$@ |
| -$(RM) machpc.fs |
|
| |
|
| srcdist: Makedist FORCE |
srcdist: Makedist FORCE |
| $(MAKE) -f Makedist d$@ |
$(MAKE) -f Makedist d$@ |
| htmldist: Makedist FORCE |
htmldist: Makedist FORCE |
| $(MAKE) -f Makedist d$@ |
$(MAKE) -f Makedist d$@ |
| |
|
| bindist: Makedist machpc.fs FORCE |
bindist: Makedist FORCE |
| -sed -e 's/@[^ ]*CALLFLAG@/false/g' -e 's/@[P]EEPHOLEFLAG@/true/g' <machpc.fs.in >machpc.fs |
|
| $(MAKE) -f Makedist d$@ |
$(MAKE) -f Makedist d$@ |
| -$(RM) machpc.fs |
|
| |
|
| binonlydist: Makedist machpc.fs FORCE |
binonlydist: Makedist FORCE |
| -sed -e 's/@[^ ]*CALLFLAG@/false/g' -e 's/@[P]EEPHOLEFLAG@/true/g' <machpc.fs.in >machpc.fs |
|
| $(MAKE) -f Makedist d$@ |
$(MAKE) -f Makedist d$@ |
| -$(RM) machpc.fs |
|
| |
|
| #HPUX make breaks the cycle differently when the dates are equal, so |
#HPUX make breaks the cycle differently when the dates are equal, so |
| # touch some of the files if it acts up |
# touch some of the files if it acts up |