Skip to content
Snippets Groups Projects
Commit ed7a4314 authored by deuce's avatar deuce
Browse files

Move lib and mtlib targets into Common.make

parent 272cc394
Branches
Tags
No related merge requests found
...@@ -19,9 +19,6 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule ...@@ -19,9 +19,6 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule
CFLAGS += -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS) CFLAGS += -I$(XPDEV_SRC) $(CIOLIB-MT_CFLAGS)
lib: $(LIBODIR) $(UIFCLIB)
mtlib: $(LIBODIR) $(UIFCLIB-MT)
# UIFC Library Link Rule # UIFC Library Link Rule
$(UIFCLIB): $(OBJODIR) $(OBJS) $(UIFCLIB): $(OBJODIR) $(OBJS)
@echo Creating $@ ... @echo Creating $@ ...
......
UIFCLIB = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc$(LIBFILE) UIFCLIB = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc$(LIBFILE)
UIFCLIB-MT = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc-mt$(LIBFILE) UIFCLIB-MT = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc-mt$(LIBFILE)
all: lib mtlib all: lib mtlib
lib: $(LIBODIR) $(UIFCLIB)
mtlib: $(LIBODIR) $(UIFCLIB-MT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment