12 lines
245 B
PHP
Raw Normal View History

2001-01-01 00:00:00 +01:00
# Makefile to put the header files where the autogenerated header files
# would be in main.
headers:
!if !$(WIN64)
$(BINPLACE_CMD) x86_per.h
$(BINPLACE_CMD) x86_wks.h
!endif
!if $(WIN64)
$(BINPLACE_CMD) ia64_wks.h
!endif