[med-svn] [Git][med-team/dialign-t][master] restore upstream file source/Makefile.orig.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sat Mar 16 15:21:19 GMT 2024



Étienne Mollier pushed to branch master at Debian Med / dialign-t


Commits:
61f45f77 by Étienne Mollier at 2024-03-16T16:20:10+01:00
restore upstream file source/Makefile.orig.

This change only affects the git tree and should not have user visible
effects.

Gbp-Dch: ignore

- - - - -


1 changed file:

- + source/Makefile.orig


Changes:

=====================================
source/Makefile.orig
=====================================
@@ -0,0 +1,39 @@
+CC=gcc
+# debug
+#CPPFLAGS=-g -O0 -Q -v -da
+#CPPFLAGS=-g -O0 -fstack-check -Q -v -da
+
+#CPPFLAGS=-g -D_REENTRANT
+
+# THIS IS FOR THE OPTIMIZED ONE
+#CPPFLAGS=-g 
+#CPPFLAGS=-O3 -march=i686 -funroll-loops
+CPPFLAGS=-O3 -funroll-loops -march=i686 -mfpmath=sse -msse  -mmmx
+#CPPFLAGS=-march=athlon-mp -g -O0 -Wall -D_USE_XOPEN -D__unix__
+
+OBJ_DIR=.
+TARGET=.
+
+OBJ =  \
+	$(OBJ_DIR)/museq.o \
+	$(OBJ_DIR)/parameters.o \
+	$(OBJ_DIR)/io.o \
+	$(OBJ_DIR)/diag.o \
+	$(OBJ_DIR)/alig.o \
+	$(OBJ_DIR)/assemble.o \
+	$(OBJ_DIR)/prob.o \
+	$(OBJ_DIR)/orf.o \
+	$(OBJ_DIR)/translate.o \
+
+
+all: museq
+
+clean:
+	rm -rf *.o *rtl *jump *addre* *cfg *life *reg *reload *flow* *stack  museq dialign-tx
+
+museq:	$(OBJ)
+	rm -f $(TARGET)/$@
+	$(CC) -o $(TARGET)/$@ \
+	$(OBJ) \
+	-pipe -Wall -lm 
+	mv museq dialign-tx



View it on GitLab: https://salsa.debian.org/med-team/dialign-t/-/commit/61f45f7710424286c033e1bb436b378c816f6060

-- 
View it on GitLab: https://salsa.debian.org/med-team/dialign-t/-/commit/61f45f7710424286c033e1bb436b378c816f6060
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20240316/f54894d9/attachment-0001.htm>


More information about the debian-med-commit mailing list