68 lines
1.0 KiB
Makefile
68 lines
1.0 KiB
Makefile
#
|
|
# Generated Makefile - do not edit!
|
|
#
|
|
# Edit the Makefile in the project folder instead (../Makefile). Each target
|
|
# has a -pre and a -post target defined where you can add customized code.
|
|
#
|
|
# This makefile implements configuration specific macros and targets.
|
|
|
|
|
|
# Environment
|
|
MKDIR=mkdir
|
|
CP=cp
|
|
GREP=grep
|
|
NM=nm
|
|
CCADMIN=CCadmin
|
|
RANLIB=ranlib
|
|
CC=gcc
|
|
CCC=g++
|
|
CXX=g++
|
|
FC=
|
|
AS=as
|
|
PROC=proc
|
|
|
|
# Macros
|
|
CND_PLATFORM=MinGW-Windows
|
|
CND_CONF=Default
|
|
CND_DISTDIR=dist
|
|
|
|
# Include project Makefile
|
|
include Makefile-tiny.mk
|
|
|
|
# Object Directory
|
|
OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
|
|
|
|
# Object Files
|
|
OBJECTFILES=
|
|
|
|
|
|
# C Compiler Flags
|
|
CFLAGS=
|
|
|
|
# CC Compiler Flags
|
|
CCFLAGS=
|
|
CXXFLAGS=
|
|
|
|
# Fortran Compiler Flags
|
|
FFLAGS=
|
|
|
|
# Assembler Flags
|
|
ASFLAGS=
|
|
|
|
# Link Libraries and Options
|
|
LDLIBSOPTIONS=
|
|
|
|
# Build Targets
|
|
.build-conf: ${BUILD_SUBPROJECTS}
|
|
cd . && $(MAKE) -f Makefile install
|
|
|
|
# Subprojects
|
|
.build-subprojects:
|
|
|
|
# Clean Targets
|
|
.clean-conf: ${CLEAN_SUBPROJECTS}
|
|
cd . && $(MAKE) -f Makefile clean
|
|
|
|
# Subprojects
|
|
.clean-subprojects:
|