Commit 639a52d9f215a598507a778d42bdea6881f0261e
1 parent
f90043ec
Exists in
master
and in
3 other branches
Ajustes para empacotamento.
Showing
1 changed file
with
8 additions
and
1 deletions
Show diff stats
Makefile.in
| @@ -47,7 +47,7 @@ sbindir=@sbindir@ | @@ -47,7 +47,7 @@ sbindir=@sbindir@ | ||
| 47 | libdir=@libdir@ | 47 | libdir=@libdir@ |
| 48 | 48 | ||
| 49 | BASEDIR=@BASEDIR@ | 49 | BASEDIR=@BASEDIR@ |
| 50 | - | 50 | +SRCDIR=$(BASEDIR)/.src/$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)/src/lib3270 |
| 51 | POTDIR=$(BASEDIR)/.pot/lib3270 | 51 | POTDIR=$(BASEDIR)/.pot/lib3270 |
| 52 | 52 | ||
| 53 | OBJDIR=$(BASEDIR)/.obj/lib3270 | 53 | OBJDIR=$(BASEDIR)/.obj/lib3270 |
| @@ -235,6 +235,13 @@ else | @@ -235,6 +235,13 @@ else | ||
| 235 | @cd "$(ROOTDIR)" ; \$(VALGRIND) --leak-check=full --gen-suppressions=all $(BINDBG)/testprogram$(EXEEXT) | 235 | @cd "$(ROOTDIR)" ; \$(VALGRIND) --leak-check=full --gen-suppressions=all $(BINDBG)/testprogram$(EXEEXT) |
| 236 | endif | 236 | endif |
| 237 | 237 | ||
| 238 | +$(SRCDIR): \ | ||
| 239 | + clean | ||
| 240 | + | ||
| 241 | + @$(MKDIR) $@ | ||
| 242 | + @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad *.sh $@ | ||
| 243 | + | ||
| 244 | + | ||
| 238 | #---[ Clean Targets]--------------------------------------------------------------------- | 245 | #---[ Clean Targets]--------------------------------------------------------------------- |
| 239 | 246 | ||
| 240 | cleanDebug: | 247 | cleanDebug: |