mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-19 19:53:27 +00:00
14 lines
279 B
Text
14 lines
279 B
Text
|
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make
|
||
|
|
||
|
# The application to be compiled
|
||
|
TOOL_NAME = gpbs
|
||
|
|
||
|
# The source files to be compiled
|
||
|
gpbs_OBJC_FILES = gpbs.m
|
||
|
|
||
|
-include GNUmakefile.preamble
|
||
|
|
||
|
include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/tool.make
|
||
|
|
||
|
-include GNUmakefile.postamble
|