File: GNUmakefile

package info (click to toggle)
adun.app 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,824 kB
  • ctags: 713
  • sloc: objc: 49,683; ansic: 4,680; sh: 523; python: 79; makefile: 67; cpp: 33
file content (50 lines) | stat: -rwxr-xr-x 1,172 bytes parent folder | download
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

include $(GNUSTEP_MAKEFILES)/common.make

SUBPROJECT_NAME = Framework
Framework_OBJCFLAGS =  -W -O3 -fconstant-string-class=NSConstantString -std=gnu99
Framework_INCLUDE_DIRS = -I/usr/local/include -I../ -I../../ -I../Headers

Framework_OBJC_FILES = \
AdFrameworkFunctions.m \
AdIndexSetConversions.m \
AdunTimer.m \
AdunModelObject.m \
AdunDataMatrix.m \
AdunDataSet.m \
AdunDataSource.m \
AdunContainerDataSource.m \
AdunGrid.m \
AdunSphericalBox.m \
AdunEllipsoidBox.m \
AdunMoleculeCavity.m \
AdunCellListHandler.m \
AdunSimpleListHandler.m \
AdunLinkedList.m \
AdunListHandler.m\
AdunDynamics.m \
AdunInteractionSystem.m \
AdunSystem.m \
AdunSystemCollection.m \
AdunSCAAS.m \
AdunNonbondedTerm.m \
AdunPureNonbondedTerm.m \
AdunGRFNonbondedTerm.m \
AdunShiftedNonbondedTerm.m \
AdunMultithreadedNonbondedTerm.m \
AdunForceField.m \
AdunMolecularMechanicsForceField.m \
AdunEnzymixForceField.m \
AdunAmberForceField.m \
AdunCharmmForceField.m \
AdunForceFieldCollection.m \
AdunConfigurationGenerator.m \
AdunSimulator.m \
AdunMinimiser.m \
AdunBerendsenThermostat.m \
AdunLangevinThermostat.m \
AdunMemoryManager.m \


include $(GNUSTEP_MAKEFILES)/subproject.make