28 lines
314 B
Makefile
28 lines
314 B
Makefile
# -*- Makefile -*- for gettext-tools/projects
|
|
|
|
#### Start of system configuration section. ####
|
|
|
|
#### End of system configuration section. ####
|
|
|
|
SHELL = /bin/sh
|
|
|
|
all :
|
|
|
|
install : all
|
|
|
|
installdirs :
|
|
|
|
uninstall :
|
|
|
|
check :
|
|
|
|
mostlyclean : clean
|
|
|
|
clean : force
|
|
|
|
distclean : clean
|
|
|
|
maintainer-clean : distclean
|
|
|
|
force :
|