Fixed build options. Updated gitignore
This commit is contained in:
parent
a92ac340aa
commit
a05d1cfd4f
7
.gitignore
vendored
7
.gitignore
vendored
@ -7,6 +7,7 @@ config.log
|
|||||||
config.status
|
config.status
|
||||||
.idea/
|
.idea/
|
||||||
nbproject/
|
nbproject/
|
||||||
auto.c
|
bin/
|
||||||
auto-header.h
|
objs/
|
||||||
scheme.tlo
|
dep/
|
||||||
|
auto/
|
||||||
|
@ -25,9 +25,8 @@ COMMON_OBJECTS=${OBJ}/tools.o
|
|||||||
OBJ_LIST=${TG_OBJECTS} ${TLC_OBJECTS} ${GENERATE_OBJECTS} ${COMMON_OBJECTS}
|
OBJ_LIST=${TG_OBJECTS} ${TLC_OBJECTS} ${GENERATE_OBJECTS} ${COMMON_OBJECTS}
|
||||||
OBJ_C=${TLC_OBJECTS} ${GENERATE_OBJECTS} ${COMMON_OBJECTS}
|
OBJ_C=${TLC_OBJECTS} ${GENERATE_OBJECTS} ${COMMON_OBJECTS}
|
||||||
|
|
||||||
DEPENDENCE_C=$(subst ${OBJ_C}/,${DEP}/,$(patsubst %.o,%.d,${OBJ_C}))
|
DEPENDENCE=$(subst ${OBJ}/,${DEP}/,$(patsubst %.o,%.d,${OBJ_LIST}))
|
||||||
DEPENDENCE=$(subst ${OBJ_LIST}/,${DEP}/,$(patsubst %.o,%.d,${OBJ_LIST}))
|
DEPENDENCE_LIST=${DEPENDENCE}
|
||||||
DEPENDENCE_LIST=${DEPENDENCE_C} ${DEPENDENCE}
|
|
||||||
|
|
||||||
INCLUDE=-I. -I${srcdir}
|
INCLUDE=-I. -I${srcdir}
|
||||||
CC=@CC@
|
CC=@CC@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user