mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:27:40 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2582 72102866-910b-0410-8b05-ffd578937521
13 lines
279 B
Makefile
13 lines
279 B
Makefile
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
|