Fossil SCM

Update the custom MinGW makefile.

mistachkin 2014-06-14 05:30 trunk
Commit 7bdb6530cac6cae368b45f1ba4b3c9231387283d
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -293,10 +293,11 @@
293293
$(SRCDIR)/encode.c \
294294
$(SRCDIR)/event.c \
295295
$(SRCDIR)/export.c \
296296
$(SRCDIR)/file.c \
297297
$(SRCDIR)/finfo.c \
298
+ $(SRCDIR)/fusefs.c \
298299
$(SRCDIR)/glob.c \
299300
$(SRCDIR)/graph.c \
300301
$(SRCDIR)/gzip.c \
301302
$(SRCDIR)/http.c \
302303
$(SRCDIR)/http_socket.c \
@@ -405,10 +406,11 @@
405406
$(OBJDIR)/encode_.c \
406407
$(OBJDIR)/event_.c \
407408
$(OBJDIR)/export_.c \
408409
$(OBJDIR)/file_.c \
409410
$(OBJDIR)/finfo_.c \
411
+ $(OBJDIR)/fusefs_.c \
410412
$(OBJDIR)/glob_.c \
411413
$(OBJDIR)/graph_.c \
412414
$(OBJDIR)/gzip_.c \
413415
$(OBJDIR)/http_.c \
414416
$(OBJDIR)/http_socket_.c \
@@ -517,10 +519,11 @@
517519
$(OBJDIR)/encode.o \
518520
$(OBJDIR)/event.o \
519521
$(OBJDIR)/export.o \
520522
$(OBJDIR)/file.o \
521523
$(OBJDIR)/finfo.o \
524
+ $(OBJDIR)/fusefs.o \
522525
$(OBJDIR)/glob.o \
523526
$(OBJDIR)/graph.o \
524527
$(OBJDIR)/gzip.o \
525528
$(OBJDIR)/http.o \
526529
$(OBJDIR)/http_socket.o \
@@ -765,10 +768,11 @@
765768
$(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \
766769
$(OBJDIR)/event_.c:$(OBJDIR)/event.h \
767770
$(OBJDIR)/export_.c:$(OBJDIR)/export.h \
768771
$(OBJDIR)/file_.c:$(OBJDIR)/file.h \
769772
$(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \
773
+ $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \
770774
$(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \
771775
$(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \
772776
$(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \
773777
$(OBJDIR)/http_.c:$(OBJDIR)/http.h \
774778
$(OBJDIR)/http_socket_.c:$(OBJDIR)/http_socket.h \
@@ -1093,10 +1097,18 @@
10931097
10941098
$(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h
10951099
$(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c
10961100
10971101
$(OBJDIR)/finfo.h: $(OBJDIR)/headers
1102
+
1103
+$(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(OBJDIR)/translate
1104
+ $(TRANSLATE) $(SRCDIR)/fusefs.c >$(OBJDIR)/fusefs_.c
1105
+
1106
+$(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h
1107
+ $(XTCC) -o $(OBJDIR)/fusefs.o -c $(OBJDIR)/fusefs_.c
1108
+
1109
+$(OBJDIR)/fusefs.h: $(OBJDIR)/headers
10981110
10991111
$(OBJDIR)/glob_.c: $(SRCDIR)/glob.c $(OBJDIR)/translate
11001112
$(TRANSLATE) $(SRCDIR)/glob.c >$(OBJDIR)/glob_.c
11011113
11021114
$(OBJDIR)/glob.o: $(OBJDIR)/glob_.c $(OBJDIR)/glob.h $(SRCDIR)/config.h
11031115
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -293,10 +293,11 @@
293 $(SRCDIR)/encode.c \
294 $(SRCDIR)/event.c \
295 $(SRCDIR)/export.c \
296 $(SRCDIR)/file.c \
297 $(SRCDIR)/finfo.c \
 
298 $(SRCDIR)/glob.c \
299 $(SRCDIR)/graph.c \
300 $(SRCDIR)/gzip.c \
301 $(SRCDIR)/http.c \
302 $(SRCDIR)/http_socket.c \
@@ -405,10 +406,11 @@
405 $(OBJDIR)/encode_.c \
406 $(OBJDIR)/event_.c \
407 $(OBJDIR)/export_.c \
408 $(OBJDIR)/file_.c \
409 $(OBJDIR)/finfo_.c \
 
410 $(OBJDIR)/glob_.c \
411 $(OBJDIR)/graph_.c \
412 $(OBJDIR)/gzip_.c \
413 $(OBJDIR)/http_.c \
414 $(OBJDIR)/http_socket_.c \
@@ -517,10 +519,11 @@
517 $(OBJDIR)/encode.o \
518 $(OBJDIR)/event.o \
519 $(OBJDIR)/export.o \
520 $(OBJDIR)/file.o \
521 $(OBJDIR)/finfo.o \
 
522 $(OBJDIR)/glob.o \
523 $(OBJDIR)/graph.o \
524 $(OBJDIR)/gzip.o \
525 $(OBJDIR)/http.o \
526 $(OBJDIR)/http_socket.o \
@@ -765,10 +768,11 @@
765 $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \
766 $(OBJDIR)/event_.c:$(OBJDIR)/event.h \
767 $(OBJDIR)/export_.c:$(OBJDIR)/export.h \
768 $(OBJDIR)/file_.c:$(OBJDIR)/file.h \
769 $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \
 
770 $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \
771 $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \
772 $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \
773 $(OBJDIR)/http_.c:$(OBJDIR)/http.h \
774 $(OBJDIR)/http_socket_.c:$(OBJDIR)/http_socket.h \
@@ -1093,10 +1097,18 @@
1093
1094 $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h
1095 $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c
1096
1097 $(OBJDIR)/finfo.h: $(OBJDIR)/headers
 
 
 
 
 
 
 
 
1098
1099 $(OBJDIR)/glob_.c: $(SRCDIR)/glob.c $(OBJDIR)/translate
1100 $(TRANSLATE) $(SRCDIR)/glob.c >$(OBJDIR)/glob_.c
1101
1102 $(OBJDIR)/glob.o: $(OBJDIR)/glob_.c $(OBJDIR)/glob.h $(SRCDIR)/config.h
1103
--- win/Makefile.mingw.mistachkin
+++ win/Makefile.mingw.mistachkin
@@ -293,10 +293,11 @@
293 $(SRCDIR)/encode.c \
294 $(SRCDIR)/event.c \
295 $(SRCDIR)/export.c \
296 $(SRCDIR)/file.c \
297 $(SRCDIR)/finfo.c \
298 $(SRCDIR)/fusefs.c \
299 $(SRCDIR)/glob.c \
300 $(SRCDIR)/graph.c \
301 $(SRCDIR)/gzip.c \
302 $(SRCDIR)/http.c \
303 $(SRCDIR)/http_socket.c \
@@ -405,10 +406,11 @@
406 $(OBJDIR)/encode_.c \
407 $(OBJDIR)/event_.c \
408 $(OBJDIR)/export_.c \
409 $(OBJDIR)/file_.c \
410 $(OBJDIR)/finfo_.c \
411 $(OBJDIR)/fusefs_.c \
412 $(OBJDIR)/glob_.c \
413 $(OBJDIR)/graph_.c \
414 $(OBJDIR)/gzip_.c \
415 $(OBJDIR)/http_.c \
416 $(OBJDIR)/http_socket_.c \
@@ -517,10 +519,11 @@
519 $(OBJDIR)/encode.o \
520 $(OBJDIR)/event.o \
521 $(OBJDIR)/export.o \
522 $(OBJDIR)/file.o \
523 $(OBJDIR)/finfo.o \
524 $(OBJDIR)/fusefs.o \
525 $(OBJDIR)/glob.o \
526 $(OBJDIR)/graph.o \
527 $(OBJDIR)/gzip.o \
528 $(OBJDIR)/http.o \
529 $(OBJDIR)/http_socket.o \
@@ -765,10 +768,11 @@
768 $(OBJDIR)/encode_.c:$(OBJDIR)/encode.h \
769 $(OBJDIR)/event_.c:$(OBJDIR)/event.h \
770 $(OBJDIR)/export_.c:$(OBJDIR)/export.h \
771 $(OBJDIR)/file_.c:$(OBJDIR)/file.h \
772 $(OBJDIR)/finfo_.c:$(OBJDIR)/finfo.h \
773 $(OBJDIR)/fusefs_.c:$(OBJDIR)/fusefs.h \
774 $(OBJDIR)/glob_.c:$(OBJDIR)/glob.h \
775 $(OBJDIR)/graph_.c:$(OBJDIR)/graph.h \
776 $(OBJDIR)/gzip_.c:$(OBJDIR)/gzip.h \
777 $(OBJDIR)/http_.c:$(OBJDIR)/http.h \
778 $(OBJDIR)/http_socket_.c:$(OBJDIR)/http_socket.h \
@@ -1093,10 +1097,18 @@
1097
1098 $(OBJDIR)/finfo.o: $(OBJDIR)/finfo_.c $(OBJDIR)/finfo.h $(SRCDIR)/config.h
1099 $(XTCC) -o $(OBJDIR)/finfo.o -c $(OBJDIR)/finfo_.c
1100
1101 $(OBJDIR)/finfo.h: $(OBJDIR)/headers
1102
1103 $(OBJDIR)/fusefs_.c: $(SRCDIR)/fusefs.c $(OBJDIR)/translate
1104 $(TRANSLATE) $(SRCDIR)/fusefs.c >$(OBJDIR)/fusefs_.c
1105
1106 $(OBJDIR)/fusefs.o: $(OBJDIR)/fusefs_.c $(OBJDIR)/fusefs.h $(SRCDIR)/config.h
1107 $(XTCC) -o $(OBJDIR)/fusefs.o -c $(OBJDIR)/fusefs_.c
1108
1109 $(OBJDIR)/fusefs.h: $(OBJDIR)/headers
1110
1111 $(OBJDIR)/glob_.c: $(SRCDIR)/glob.c $(OBJDIR)/translate
1112 $(TRANSLATE) $(SRCDIR)/glob.c >$(OBJDIR)/glob_.c
1113
1114 $(OBJDIR)/glob.o: $(OBJDIR)/glob_.c $(OBJDIR)/glob.h $(SRCDIR)/config.h
1115

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button