File: GNUmakefile

package info (click to toggle)
paje.app 1.98-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,428 kB
  • sloc: objc: 24,517; ansic: 6,998; makefile: 134; sh: 42; java: 31
file content (85 lines) | stat: -rw-r--r-- 1,395 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#
# GNUmakefile - Generated by ProjectCenter
# Written by Philippe C.D. Robert <probert@siggraph.org>
#
# NOTE: Do NOT change this file -- ProjectCenter maintains it!
#
# Put all of your customisations in GNUmakefile.preamble and
# GNUmakefile.postamble
#

include $(GNUSTEP_MAKEFILES)/common.make


#
# Subprojects
#



#
# Bundle
#

PACKAGE_NAME=PajeSimulator
BUNDLE_NAME=PajeSimulator
BUNDLE_EXTENSION=.bundle
BUNDLE_INSTALL_DIR=$(GNUSTEP_BUNDLES)/Paje
PajeSimulator_PRINCIPAL_CLASS=PajeSimul


#
# Additional libraries
#

ifeq ($(FOUNDATION_LIB), apple)
	LDFLAGS += -F../General -framework General
else
	PajeSimulator_BUNDLE_LIBS += -lGeneral
	ADDITIONAL_LIB_DIRS += -L../General/General.framework/Versions/Current
endif

#
# Resource files
#

PajeSimulator_RESOURCE_FILES= 

#
# Header files
#

PajeSimulator_HEADERS= \
        PajeSimul.h \
        EventNames.h \
        SimulContainer.h \
        UserEvent.h \
        UserLink.h \
        UserState.h \
        UserValue.h \
	SimulChunk.h

#
# Class files
#

PajeSimulator_OBJC_FILES= \
        PajeSimul.m \
        PajeSimul+Events.m \
        SimulContainer.m \
        UserEvent.m \
        UserLink.m \
        UserState.m \
        UserValue.m \
	SimulChunk.m

#
# C files
#

PajeSimulator_C_FILES= 

-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble