Commit b4f97733ce19adf29de6b6cbaf30580b1cd66cdf
1 parent
3f9942e1
Exists in
master
and in
5 other branches
Tentanto mudar para git subtree
Showing
1 changed file
with
21 additions
and
21 deletions
Show diff stats
Makefile.in
@@ -76,26 +76,26 @@ Release: \ | @@ -76,26 +76,26 @@ Release: \ | ||
76 | 76 | ||
77 | 77 | ||
78 | $(BINRLS)/@DLLPREFIX@3270@DLLEXT@: \ | 78 | $(BINRLS)/@DLLPREFIX@3270@DLLEXT@: \ |
79 | - submodules/lib3270/* \ | ||
80 | - submodules/lib3270/src/lib3270/* \ | ||
81 | - submodules/lib3270/src/include/* | 79 | + modules/lib3270/* \ |
80 | + modules/lib3270/src/lib3270/* \ | ||
81 | + modules/lib3270/src/include/* | ||
82 | 82 | ||
83 | @$(MKDIR) `dirname $@` | 83 | @$(MKDIR) `dirname $@` |
84 | - $(MAKE) -C submodules/lib3270 Release | 84 | + $(MAKE) -C modules/lib3270 Release |
85 | 85 | ||
86 | - @cp ./submodules/lib3270/.bin/lib3270/Debug/* $(BINRLS) | 86 | + @cp ./modules/lib3270/.bin/lib3270/Debug/* $(BINRLS) |
87 | 87 | ||
88 | #---[ Debug Rules ]---------------------------------------------------------------------- | 88 | #---[ Debug Rules ]---------------------------------------------------------------------- |
89 | 89 | ||
90 | $(BINDBG)/@DLLPREFIX@3270@DLLEXT@: \ | 90 | $(BINDBG)/@DLLPREFIX@3270@DLLEXT@: \ |
91 | - submodules/lib3270/* \ | ||
92 | - submodules/lib3270/src/lib3270/* \ | ||
93 | - submodules/lib3270/src/include/* | 91 | + modules/lib3270/* \ |
92 | + modules/lib3270/src/lib3270/* \ | ||
93 | + modules/lib3270/src/include/* | ||
94 | 94 | ||
95 | @$(MKDIR) `dirname $@` | 95 | @$(MKDIR) `dirname $@` |
96 | - @$(MAKE) -C submodules/lib3270 Debug | 96 | + @$(MAKE) -C modules/lib3270 Debug |
97 | 97 | ||
98 | - @cp ./submodules/lib3270/.bin/lib3270/Debug/* $(BINDBG) | 98 | + @cp ./modules/lib3270/.bin/lib3270/Debug/* $(BINDBG) |
99 | 99 | ||
100 | $(BINDBG)/%@EXEEXT@: \ | 100 | $(BINDBG)/%@EXEEXT@: \ |
101 | $(BINDBG)/@DLLPREFIX@3270@DLLEXT@ \ | 101 | $(BINDBG)/@DLLPREFIX@3270@DLLEXT@ \ |
@@ -108,14 +108,14 @@ $(BINDBG)/%@EXEEXT@: \ | @@ -108,14 +108,14 @@ $(BINDBG)/%@EXEEXT@: \ | ||
108 | #---[ Release Rules ]-------------------------------------------------------------------- | 108 | #---[ Release Rules ]-------------------------------------------------------------------- |
109 | 109 | ||
110 | $(BINRLS)/@DLLPREFIX@3270@DLLEXT@: \ | 110 | $(BINRLS)/@DLLPREFIX@3270@DLLEXT@: \ |
111 | - submodules/lib3270/* \ | ||
112 | - submodules/lib3270/src/lib3270/* \ | ||
113 | - submodules/lib3270/src/include/* | 111 | + modules/lib3270/* \ |
112 | + modules/lib3270/src/lib3270/* \ | ||
113 | + modules/lib3270/src/include/* | ||
114 | 114 | ||
115 | @$(MKDIR) `dirname $@` | 115 | @$(MKDIR) `dirname $@` |
116 | - @$(MAKE) -C submodules/lib3270 Release | 116 | + @$(MAKE) -C modules/lib3270 Release |
117 | 117 | ||
118 | - @cp ./submodules/lib3270/.bin/lib3270/Debug/* $(BINDBG) | 118 | + @cp ./modules/lib3270/.bin/lib3270/Debug/* $(BINDBG) |
119 | 119 | ||
120 | $(BINRLS)/%@EXEEXT@: \ | 120 | $(BINRLS)/%@EXEEXT@: \ |
121 | $(BINDBG)/@DLLPREFIX@3270@DLLEXT@ \ | 121 | $(BINDBG)/@DLLPREFIX@3270@DLLEXT@ \ |
@@ -135,13 +135,13 @@ $(POTDIR)/%.pot: \ | @@ -135,13 +135,13 @@ $(POTDIR)/%.pot: \ | ||
135 | @$(MAKE) -C src/$(basename $(notdir $@)) $@ | 135 | @$(MAKE) -C src/$(basename $(notdir $@)) $@ |
136 | 136 | ||
137 | $(POTDIR)/%.pot: \ | 137 | $(POTDIR)/%.pot: \ |
138 | - ./submodules/%/* \ | ||
139 | - ./submodules/%/src/* | 138 | + ./modules/%/* \ |
139 | + ./modules/%/src/* | ||
140 | 140 | ||
141 | @echo $(notdir $@) ... | 141 | @echo $(notdir $@) ... |
142 | @mkdir -p `dirname $@` | 142 | @mkdir -p `dirname $@` |
143 | - @$(MAKE) -C submodules/$(basename $(notdir $@)) locale | ||
144 | - @echo cp submodules/$(basename $(notdir $@))/$(basename $(notdir $@)) $@ | 143 | + @$(MAKE) -C modules/$(basename $(notdir $@)) locale |
144 | + @echo cp modules/$(basename $(notdir $@))/$(basename $(notdir $@)) $@ | ||
145 | 145 | ||
146 | $(POTDIR)/%.pot: \ | 146 | $(POTDIR)/%.pot: \ |
147 | ./%/* | 147 | ./%/* |
@@ -189,13 +189,13 @@ cleanDebug: | @@ -189,13 +189,13 @@ cleanDebug: | ||
189 | 189 | ||
190 | @rm -fr $(OBJDBG) | 190 | @rm -fr $(OBJDBG) |
191 | @rm -fr $(BINDBG) | 191 | @rm -fr $(BINDBG) |
192 | - @$(MAKE) -C submodules/lib3270 $@ | 192 | + @$(MAKE) -C modules/lib3270 $@ |
193 | 193 | ||
194 | cleanRelease: | 194 | cleanRelease: |
195 | 195 | ||
196 | @rm -fr $(OBJRLS) | 196 | @rm -fr $(OBJRLS) |
197 | @rm -fr $(BINRLS) | 197 | @rm -fr $(BINRLS) |
198 | - @$(MAKE) -C submodules/lib3270 $@ | 198 | + @$(MAKE) -C modules/lib3270 $@ |
199 | 199 | ||
200 | 200 | ||
201 | 201 |