~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to apisupport/harness/windows-launcher-src/nbproject/Makefile-Default.mk

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
ImportĀ upstreamĀ versionĀ 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Gererated 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 custumized code.
 
6
#
 
7
# This makefile implements configuration specific macros and targets.
 
8
 
 
9
 
 
10
# Environment
 
11
MKDIR=mkdir
 
12
CP=cp
 
13
CCADMIN=CCadmin
 
14
RANLIB=ranlib
 
15
CC=gcc
 
16
CCC=g++
 
17
CXX=g++
 
18
FC=g77
 
19
 
 
20
# Include project Makefile
 
21
include Makefile_windows-launcher-src.mk
 
22
 
 
23
# Object Files
 
24
OBJECTFILES=
 
25
 
 
26
# C Compiler Flags
 
27
CFLAGS=
 
28
 
 
29
# CC Compiler Flags
 
30
CCFLAGS=
 
31
CXXFLAGS=
 
32
 
 
33
# Fortran Compiler Flags
 
34
FFLAGS=
 
35
 
 
36
# Link Libraries and Options
 
37
LDLIBSOPTIONS=
 
38
 
 
39
# Build Targets
 
40
.build-conf: 
 
41
        cd .;\
 
42
        make -f Makefile
 
43
 
 
44
# Subprojects
 
45
.build-subprojects:
 
46
 
 
47
# Clean Targets
 
48
.clean-conf:
 
49
        cd .;\
 
50
        make -f Makefile clean
 
51
 
 
52
# Subprojects
 
53
.clean-subprojects: