
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)

ifeq ($(FOUNDATION_LIB), apple)
  GNUSTEP_INSTALLATION_DIR = /
endif

include $(GNUSTEP_MAKEFILES)/common.make

# The application to be compiled
TOOL_NAME = fswatcher

# The Objective-C source files to be compiled

fswatcher_OBJC_FILES = fswatcher.m 

# The Resource files to be copied into the app's resources directory

-include GNUmakefile.preamble

-include GNUmakefile.local

include $(GNUSTEP_MAKEFILES)/tool.make

-include GNUmakefile.postamble

