summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/genie/build/gmake.solaris/genie.make
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/genie/build/gmake.solaris/genie.make')
-rw-r--r--3rdparty/genie/build/gmake.solaris/genie.make18
1 files changed, 18 insertions, 0 deletions
diff --git a/3rdparty/genie/build/gmake.solaris/genie.make b/3rdparty/genie/build/gmake.solaris/genie.make
index 4bab804e010..27e29508bfb 100644
--- a/3rdparty/genie/build/gmake.solaris/genie.make
+++ b/3rdparty/genie/build/gmake.solaris/genie.make
@@ -66,6 +66,9 @@ ifeq ($(config),release)
$(OBJDIR)/src/host/os_stat.o \
$(OBJDIR)/src/host/os_ticks.o \
$(OBJDIR)/src/host/os_uuid.o \
+ $(OBJDIR)/src/host/path_getabsolute.o \
+ $(OBJDIR)/src/host/path_getrelative.o \
+ $(OBJDIR)/src/host/path_helpers.o \
$(OBJDIR)/src/host/path_isabsolute.o \
$(OBJDIR)/src/host/premake.o \
$(OBJDIR)/src/host/premake_main.o \
@@ -143,6 +146,9 @@ ifeq ($(config),debug)
$(OBJDIR)/src/host/os_stat.o \
$(OBJDIR)/src/host/os_ticks.o \
$(OBJDIR)/src/host/os_uuid.o \
+ $(OBJDIR)/src/host/path_getabsolute.o \
+ $(OBJDIR)/src/host/path_getrelative.o \
+ $(OBJDIR)/src/host/path_helpers.o \
$(OBJDIR)/src/host/path_isabsolute.o \
$(OBJDIR)/src/host/premake.o \
$(OBJDIR)/src/host/premake_main.o \
@@ -290,6 +296,18 @@ $(OBJDIR)/src/host/os_uuid.o: ../../src/host/os_uuid.c
@echo $(notdir $<)
$(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
+$(OBJDIR)/src/host/path_getabsolute.o: ../../src/host/path_getabsolute.c
+ @echo $(notdir $<)
+ $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
+
+$(OBJDIR)/src/host/path_getrelative.o: ../../src/host/path_getrelative.c
+ @echo $(notdir $<)
+ $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
+
+$(OBJDIR)/src/host/path_helpers.o: ../../src/host/path_helpers.c
+ @echo $(notdir $<)
+ $(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"
+
$(OBJDIR)/src/host/path_isabsolute.o: ../../src/host/path_isabsolute.c
@echo $(notdir $<)
$(SILENT) $(CC) $(ALL_CFLAGS) $(FORCE_INCLUDE) -o "$@" -MF $(@:%.o=%.d) -c "$<"