Skip to content
Snippets Groups Projects
Commit 236df8cb authored by rswindell's avatar rswindell
Browse files

Create build rule for xptime.

parent b51e1cc5
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,10 @@ $(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS) ...@@ -36,6 +36,10 @@ $(WRAPTEST): $(MTOBJODIR)/wraptest.o $(DEPS)
@echo Linking $@ @echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIBS) $(QUIET)$(CC) -o $@ $(LDFLAGS) $(MT_LDFLAGS) $^ $(XPDEV-MT_LIBS)
$(XPTIME): $(OBJODIR)/xptime.o $(DEPS)
@echo Linking $@
$(QUIET)$(CC) -o $@ $(LDFLAGS) $^ $(XPDEV-LIBS)
$(XPDEV_LIB_BUILD): $(OBJODIR) $(OBJS) $(XPDEV_LIB_BUILD): $(OBJODIR) $(OBJS)
@echo Creating $@ @echo Creating $@
$(QUIET)$(AR) rc $@ $(OBJS) $(QUIET)$(AR) rc $@ $(OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment