Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37828349
en ru br
ALT Linux repositórios
S:1.2b-alt5
5.0: 1.2b-alt2
4.1: 1.2b-alt2
4.0: 1.2b-alt2
3.0: 1.2b-alt2

Group :: Arquivamento/Compressão
RPM: unace

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: 007_cross-compiling.patch
Download


Description: Fixes cross-compilation support
 The gccmaked program does not support cross-compilation. Move the dependency
 information into a new makefile.dep, and generate that directly from the
 makefile via «$(CPP) -MM».
Author: Guillem Jover <guillem@debian.org>
Origin: vendor
Forwarded: no
Last-Update: 2019-07-11
---
 unix/makefile |   21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)
--- a/unix/makefile
+++ b/unix/makefile
@@ -43,22 +43,9 @@ unace$(EXEEXT): $(OBJ) $(CHALLOC) $(LIBS
 
 clean:
 	rm -f *.o a.out core unace unace.exe
+	rm -f makefile.dep
 
-dep:
-	chmod a+rx ./gccmaked
-	./gccmaked -- $(CPPFLAGS) -- *.c*
-	rm -f ?akefile.bak
+makefile.dep: $(SRC)
+	$(CPP) $(CPPFLAGS) -MM $(SRC) >$@
 
-# DO NOT DELETE
-globals.o: globals.c os.h acestruc.h declare.h portable.h unace.h
-uac_comm.o: uac_comm.c globals.h acestruc.h declare.h portable.h os.h \
- unace.h uac_dcpr.h uac_comm.h
-uac_crc.o: uac_crc.c uac_crc.h declare.h
-uac_crt.o: uac_crt.c os.h globals.h acestruc.h declare.h portable.h \
- unace.h uac_crt.h uac_sys.h
-uac_dcpr.o: uac_dcpr.c os.h globals.h acestruc.h declare.h portable.h \
- unace.h uac_comm.h uac_crc.h uac_dcpr.h uac_sys.h
-uac_sys.o: uac_sys.c os.h globals.h acestruc.h declare.h portable.h \
- unace.h uac_sys.h
-unace.o: unace.c os.h globals.h acestruc.h declare.h portable.h \
- unace.h uac_comm.h uac_crc.h uac_crt.h uac_dcpr.h uac_sys.h
+-include makefile.dep
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009