File: GNUmakefile

package info (click to toggle)
gnustep-examples 1%3A1.1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,748 kB
  • ctags: 251
  • sloc: objc: 13,477; makefile: 65
file content (18 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

include $(GNUSTEP_MAKEFILES)/common.make

# The application to be compiled
APP_NAME = GFractal

# The Objective-C source files to be compiled
GFractal_OBJC_FILES = main.m  \
  Controller.m    \
  FractalView.m   \
  FractalWindow.m \


# The Resource files to be copied into the app's resources directory
// GFractal_RESOURCE_FILES = Icons/*

include $(GNUSTEP_MAKEFILES)/application.make