Artifact 3f568364e55fd4ac581d908bf1af263f439f0bbe6c2338408f2dc6992238cd86:
- File
utils/ofarc/Makefile
— part of check-in
[ce924f47f0]
at
2020-12-13 14:49:08
on branch amiga-library
— Don't mix .o and .amigalib.o files
Also make sure to not build both when only one is needed. (user: js, size: 642) [annotate] [blame] [check-ins using]
include ../../extra.mk PROG = ofarc${PROG_SUFFIX} SRCS = GZIPArchive.m \ LHAArchive.m \ OFArc.m \ TarArchive.m \ ZIPArchive.m DATA = lang/de.json \ lang/languages.json include ../../buildsys.mk PACKAGE_NAME = ofarc ${PROG}: ${LIBOBJFW_DEP_LVL2} ${LIBOBJFWRT_DEP_LVL2} CPPFLAGS += -I../../src \ -I../../src/runtime \ -I../../src/exceptions \ -I../.. \ -DLANGUAGE_DIR=\"${datadir}/ofarc/lang\" LIBS := -L../../src -L../../src/linklib ${OBJFW_LIBS} \ -L../../src/runtime -L../../src/runtime/linklib ${RUNTIME_LIBS} \ ${LIBS} LD = ${OBJC} LDFLAGS += ${LDFLAGS_RPATH}