libs-base/Testing/locktest/GNUmakefile
Gregory John Casamento 316c6ce0aa test to confirm behavior on Mac OS X/Cocoa.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27717 72102866-910b-0410-8b05-ffd578937521
2009-01-29 02:42:14 +00:00

35 lines
473 B
Makefile

#
# GNUmakefile - Generated by ProjectCenter
#
include $(GNUSTEP_MAKEFILES)/common.make
#
# Tool
#
VERSION = 0.1
PACKAGE_NAME = LockTest
TOOL_NAME = LockTest
LockTest_TOOL_ICON =
#
# Resource files
#
LockTest_RESOURCE_FILES = \
Resources/Version \
#
# Other sources
#
LockTest_OBJC_FILES += \
locktest.m
#
# Makefiles
#
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/tool.make
-include GNUmakefile.postamble