6df0bda69f8c5cf3dc266d10d1be39d685583f84
[src/app-framework-binder.git] / nbproject / Makefile-Release.mk
1 #
2 # Generated Makefile - do not edit!
3 #
4 # Edit the Makefile in the project folder instead (../Makefile). Each target
5 # has a -pre and a -post target defined where you can add customized code.
6 #
7 # This makefile implements configuration specific macros and targets.
8
9
10 # Environment
11 MKDIR=mkdir
12 CP=cp
13 GREP=grep
14 NM=nm
15 CCADMIN=CCadmin
16 RANLIB=ranlib
17 CC=gcc
18 CCC=g++
19 CXX=g++
20 FC=gfortran
21 AS=as
22
23 # Macros
24 CND_PLATFORM=GNU-Linux
25 CND_DLIB_EXT=so
26 CND_CONF=Release
27 CND_DISTDIR=dist
28 CND_BUILDDIR=build
29
30 # Include project Makefile
31 include Makefile
32
33 # Object Directory
34 OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
35
36 # Object Files
37 OBJECTFILES= \
38         ${OBJECTDIR}/src/afbs-api.o \
39         ${OBJECTDIR}/src/alsa-api.o \
40         ${OBJECTDIR}/src/config.o \
41         ${OBJECTDIR}/src/dbus-api.o \
42         ${OBJECTDIR}/src/http-svc.o \
43         ${OBJECTDIR}/src/main.o \
44         ${OBJECTDIR}/src/rest-api.o \
45         ${OBJECTDIR}/src/session.o
46
47
48 # C Compiler Flags
49 CFLAGS=
50
51 # CC Compiler Flags
52 CCFLAGS=
53 CXXFLAGS=
54
55 # Fortran Compiler Flags
56 FFLAGS=
57
58 # Assembler Flags
59 ASFLAGS=
60
61 # Link Libraries and Options
62 LDLIBSOPTIONS=
63
64 # Build Targets
65 .build-conf: ${BUILD_SUBPROJECTS}
66         "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/appframeworkbinder
67
68 ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/appframeworkbinder: ${OBJECTFILES}
69         ${MKDIR} -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}
70         ${LINK.c} -o ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/appframeworkbinder ${OBJECTFILES} ${LDLIBSOPTIONS}
71
72 ${OBJECTDIR}/src/afbs-api.o: src/afbs-api.c 
73         ${MKDIR} -p ${OBJECTDIR}/src
74         ${RM} "$@.d"
75         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/afbs-api.o src/afbs-api.c
76
77 ${OBJECTDIR}/src/alsa-api.o: src/alsa-api.c 
78         ${MKDIR} -p ${OBJECTDIR}/src
79         ${RM} "$@.d"
80         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/alsa-api.o src/alsa-api.c
81
82 ${OBJECTDIR}/src/config.o: src/config.c 
83         ${MKDIR} -p ${OBJECTDIR}/src
84         ${RM} "$@.d"
85         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/config.o src/config.c
86
87 ${OBJECTDIR}/src/dbus-api.o: src/dbus-api.c 
88         ${MKDIR} -p ${OBJECTDIR}/src
89         ${RM} "$@.d"
90         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/dbus-api.o src/dbus-api.c
91
92 ${OBJECTDIR}/src/http-svc.o: src/http-svc.c 
93         ${MKDIR} -p ${OBJECTDIR}/src
94         ${RM} "$@.d"
95         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/http-svc.o src/http-svc.c
96
97 ${OBJECTDIR}/src/main.o: src/main.c 
98         ${MKDIR} -p ${OBJECTDIR}/src
99         ${RM} "$@.d"
100         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/main.o src/main.c
101
102 ${OBJECTDIR}/src/rest-api.o: src/rest-api.c 
103         ${MKDIR} -p ${OBJECTDIR}/src
104         ${RM} "$@.d"
105         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/rest-api.o src/rest-api.c
106
107 ${OBJECTDIR}/src/session.o: src/session.c 
108         ${MKDIR} -p ${OBJECTDIR}/src
109         ${RM} "$@.d"
110         $(COMPILE.c) -O2 -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/src/session.o src/session.c
111
112 # Subprojects
113 .build-subprojects:
114
115 # Clean Targets
116 .clean-conf: ${CLEAN_SUBPROJECTS}
117         ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
118         ${RM} ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/appframeworkbinder
119
120 # Subprojects
121 .clean-subprojects:
122
123 # Enable dependency checking
124 .dep.inc: .depcheck-impl
125
126 include .dep.inc