mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(libretro-db) Take out testlib.so from main Makefile
This commit is contained in:
parent
8527742b73
commit
ff15d708f6
@ -62,9 +62,5 @@ libretrodb_tool: $(RARCHDB_TOOL_OBJS)
|
|||||||
rmsgpack_test: $(RMSGPACK_OBJS)
|
rmsgpack_test: $(RMSGPACK_OBJS)
|
||||||
$(CC) $(INCFLAGS) $(RMSGPACK_OBJS) -g -o $@
|
$(CC) $(INCFLAGS) $(RMSGPACK_OBJS) -g -o $@
|
||||||
|
|
||||||
testlib.so: CFLAGS += -fPIC
|
|
||||||
testlib.so: clean $(TESTLIB_OBJS)
|
|
||||||
$(CC) $(INCFLAGS) $(TESTLIB_FLAGS) $(TESTLIB_OBJS) -o $@
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(TARGETS) $(C_CONVERTER_OBJS) $(RARCHDB_TOOL_OBJS) $(RMSGPACK_OBJS) $(TESTLIB_OBJS) testlib.so
|
rm -rf $(TARGETS) $(C_CONVERTER_OBJS) $(RARCHDB_TOOL_OBJS) $(RMSGPACK_OBJS) $(TESTLIB_OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user