source: comparacioncriptosistemas/testVarieties/Makefile @ b469dad

interfaz
Last change on this file since b469dad was 84dbdb3, checked in by Fundación CENDITEL <cenditel@…>, 8 years ago

Arreglo de archivos

  • Property mode set to 100644
File size: 7.3 KB
Line 
1#############################################################################
2# Makefile for building: testVarieties
3# Generated by qmake (2.01a) (Qt 4.8.2) on: mar ene 5 09:32:03 2016
4# Project:  testVarieties.pro
5# Template: app
6# Command: /usr/bin/qmake-qt4 -o Makefile testVarieties.pro
7#############################################################################
8
9####### Compiler, tools and options
10
11CC            = gcc
12CXX           = g++
13DEFINES       = -DQT_NO_DEBUG -DQT_CORE_LIB
14CFLAGS        = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
15CXXFLAGS      = -m64 -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
16INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4 -I.
17LINK          = g++
18LFLAGS        = -m64 -Wl,-O1
19LIBS          = $(SUBLIBS)  -L/usr/lib/x86_64-linux-gnu -lQtCore -lpthread
20AR            = ar cqs
21RANLIB        = 
22QMAKE         = /usr/bin/qmake-qt4
23TAR           = tar -cf
24COMPRESS      = gzip -9f
25COPY          = cp -f
26SED           = sed
27COPY_FILE     = $(COPY)
28COPY_DIR      = $(COPY) -r
29STRIP         = strip
30INSTALL_FILE  = install -m 644 -p
31INSTALL_DIR   = $(COPY_DIR)
32INSTALL_PROGRAM = install -m 755 -p
33DEL_FILE      = rm -f
34SYMLINK       = ln -f -s
35DEL_DIR       = rmdir
36MOVE          = mv -f
37CHK_DIR_EXISTS= test -d
38MKDIR         = mkdir -p
39
40####### Output directory
41
42OBJECTS_DIR   = ./
43
44####### Files
45
46SOURCES       = main.cpp \
47                hash.cpp \
48                polynomial.cpp
49OBJECTS       = main.o \
50                hash.o \
51                polynomial.o
52DIST          = /usr/share/qt4/mkspecs/common/unix.conf \
53                /usr/share/qt4/mkspecs/common/linux.conf \
54                /usr/share/qt4/mkspecs/common/gcc-base.conf \
55                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
56                /usr/share/qt4/mkspecs/common/g++-base.conf \
57                /usr/share/qt4/mkspecs/common/g++-unix.conf \
58                /usr/share/qt4/mkspecs/qconfig.pri \
59                /usr/share/qt4/mkspecs/features/qt_functions.prf \
60                /usr/share/qt4/mkspecs/features/qt_config.prf \
61                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
62                /usr/share/qt4/mkspecs/features/default_pre.prf \
63                /usr/share/qt4/mkspecs/features/release.prf \
64                /usr/share/qt4/mkspecs/features/default_post.prf \
65                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
66                /usr/share/qt4/mkspecs/features/warn_on.prf \
67                /usr/share/qt4/mkspecs/features/qt.prf \
68                /usr/share/qt4/mkspecs/features/unix/thread.prf \
69                /usr/share/qt4/mkspecs/features/moc.prf \
70                /usr/share/qt4/mkspecs/features/resources.prf \
71                /usr/share/qt4/mkspecs/features/uic.prf \
72                /usr/share/qt4/mkspecs/features/yacc.prf \
73                /usr/share/qt4/mkspecs/features/lex.prf \
74                /usr/share/qt4/mkspecs/features/include_source_dir.prf \
75                testVarieties.pro
76QMAKE_TARGET  = testVarieties
77DESTDIR       = 
78TARGET        = testVarieties
79
80first: all
81####### Implicit rules
82
83.SUFFIXES: .o .c .cpp .cc .cxx .C
84
85.cpp.o:
86        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
87
88.cc.o:
89        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
90
91.cxx.o:
92        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
93
94.C.o:
95        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
96
97.c.o:
98        $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
99
100####### Build rules
101
102all: Makefile $(TARGET)
103
104$(TARGET):  $(OBJECTS) 
105        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
106
107Makefile: testVarieties.pro  /usr/share/qt4/mkspecs/linux-g++-64/qmake.conf /usr/share/qt4/mkspecs/common/unix.conf \
108                /usr/share/qt4/mkspecs/common/linux.conf \
109                /usr/share/qt4/mkspecs/common/gcc-base.conf \
110                /usr/share/qt4/mkspecs/common/gcc-base-unix.conf \
111                /usr/share/qt4/mkspecs/common/g++-base.conf \
112                /usr/share/qt4/mkspecs/common/g++-unix.conf \
113                /usr/share/qt4/mkspecs/qconfig.pri \
114                /usr/share/qt4/mkspecs/features/qt_functions.prf \
115                /usr/share/qt4/mkspecs/features/qt_config.prf \
116                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
117                /usr/share/qt4/mkspecs/features/default_pre.prf \
118                /usr/share/qt4/mkspecs/features/release.prf \
119                /usr/share/qt4/mkspecs/features/default_post.prf \
120                /usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf \
121                /usr/share/qt4/mkspecs/features/warn_on.prf \
122                /usr/share/qt4/mkspecs/features/qt.prf \
123                /usr/share/qt4/mkspecs/features/unix/thread.prf \
124                /usr/share/qt4/mkspecs/features/moc.prf \
125                /usr/share/qt4/mkspecs/features/resources.prf \
126                /usr/share/qt4/mkspecs/features/uic.prf \
127                /usr/share/qt4/mkspecs/features/yacc.prf \
128                /usr/share/qt4/mkspecs/features/lex.prf \
129                /usr/share/qt4/mkspecs/features/include_source_dir.prf
130        $(QMAKE) -o Makefile testVarieties.pro
131/usr/share/qt4/mkspecs/common/unix.conf:
132/usr/share/qt4/mkspecs/common/linux.conf:
133/usr/share/qt4/mkspecs/common/gcc-base.conf:
134/usr/share/qt4/mkspecs/common/gcc-base-unix.conf:
135/usr/share/qt4/mkspecs/common/g++-base.conf:
136/usr/share/qt4/mkspecs/common/g++-unix.conf:
137/usr/share/qt4/mkspecs/qconfig.pri:
138/usr/share/qt4/mkspecs/features/qt_functions.prf:
139/usr/share/qt4/mkspecs/features/qt_config.prf:
140/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
141/usr/share/qt4/mkspecs/features/default_pre.prf:
142/usr/share/qt4/mkspecs/features/release.prf:
143/usr/share/qt4/mkspecs/features/default_post.prf:
144/usr/share/qt4/mkspecs/features/unix/gdb_dwarf_index.prf:
145/usr/share/qt4/mkspecs/features/warn_on.prf:
146/usr/share/qt4/mkspecs/features/qt.prf:
147/usr/share/qt4/mkspecs/features/unix/thread.prf:
148/usr/share/qt4/mkspecs/features/moc.prf:
149/usr/share/qt4/mkspecs/features/resources.prf:
150/usr/share/qt4/mkspecs/features/uic.prf:
151/usr/share/qt4/mkspecs/features/yacc.prf:
152/usr/share/qt4/mkspecs/features/lex.prf:
153/usr/share/qt4/mkspecs/features/include_source_dir.prf:
154qmake:  FORCE
155        @$(QMAKE) -o Makefile testVarieties.pro
156
157dist: 
158        @$(CHK_DIR_EXISTS) .tmp/testVarieties1.0.0 || $(MKDIR) .tmp/testVarieties1.0.0
159        $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/testVarieties1.0.0/ && $(COPY_FILE) --parents hash.h polynomial.h resource.h types.h .tmp/testVarieties1.0.0/ && $(COPY_FILE) --parents main.cpp hash.cpp polynomial.cpp .tmp/testVarieties1.0.0/ && (cd `dirname .tmp/testVarieties1.0.0` && $(TAR) testVarieties1.0.0.tar testVarieties1.0.0 && $(COMPRESS) testVarieties1.0.0.tar) && $(MOVE) `dirname .tmp/testVarieties1.0.0`/testVarieties1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/testVarieties1.0.0
160
161
162clean:compiler_clean
163        -$(DEL_FILE) $(OBJECTS)
164        -$(DEL_FILE) *~ core *.core
165
166
167####### Sub-libraries
168
169distclean: clean
170        -$(DEL_FILE) $(TARGET) 
171        -$(DEL_FILE) Makefile
172
173
174check: first
175
176mocclean: compiler_moc_header_clean compiler_moc_source_clean
177
178mocables: compiler_moc_header_make_all compiler_moc_source_make_all
179
180compiler_moc_header_make_all:
181compiler_moc_header_clean:
182compiler_rcc_make_all:
183compiler_rcc_clean:
184compiler_image_collection_make_all: qmake_image_collection.cpp
185compiler_image_collection_clean:
186        -$(DEL_FILE) qmake_image_collection.cpp
187compiler_moc_source_make_all:
188compiler_moc_source_clean:
189compiler_uic_make_all:
190compiler_uic_clean:
191compiler_yacc_decl_make_all:
192compiler_yacc_decl_clean:
193compiler_yacc_impl_make_all:
194compiler_yacc_impl_clean:
195compiler_lex_make_all:
196compiler_lex_clean:
197compiler_clean: 
198
199####### Compile
200
201main.o: main.cpp polynomial.h \
202                hash.h \
203                types.h \
204                resource.h \
205                polinomial.hpp
206        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp
207
208hash.o: hash.cpp resource.h \
209                types.h \
210                hash.h
211        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o hash.o hash.cpp
212
213polynomial.o: polynomial.cpp polynomial.h \
214                hash.h \
215                types.h \
216                resource.h \
217                polinomial.hpp
218        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o polynomial.o polynomial.cpp
219
220####### Install
221
222install:   FORCE
223
224uninstall:   FORCE
225
226FORCE:
227
Note: See TracBrowser for help on using the repository browser.