~vcs-imports/unetbootin/trunk

« back to all changes in this revision

Viewing changes to src/base64enc/Makefile

  • Committer: Geza Kovacs
  • Date: 2015-07-30 10:46:05 UTC
  • Revision ID: git-v1:60f5a6234f67bcddcdfccc5cef4b49b812775e3e
clean up old unused parts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#############################################################################
2
 
# Makefile for building: base64enc
3
 
# Generated by qmake (2.01a) (Qt 4.3.2) on: Tue Mar 4 20:40:34 2008
4
 
# Project:  base64enc.pro
5
 
# Template: app
6
 
# Command: /usr/bin/qmake -unix -o Makefile base64enc.pro
7
 
#############################################################################
8
 
 
9
 
####### Compiler, tools and options
10
 
 
11
 
CC            = gcc
12
 
CXX           = g++
13
 
DEFINES       = -DQT_SHARED -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
14
 
CFLAGS        = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
15
 
CXXFLAGS      = -pipe -O2 -Wall -W -D_REENTRANT $(DEFINES)
16
 
INCPATH       = -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -I.
17
 
LINK          = g++
18
 
LFLAGS        = 
19
 
LIBS          = $(SUBLIBS)  -L/usr/lib -lQtGui -lQtCore -lpthread
20
 
AR            = ar cqs
21
 
RANLIB        = 
22
 
QMAKE         = /usr/bin/qmake
23
 
TAR           = tar -cf
24
 
COMPRESS      = gzip -9f
25
 
COPY          = cp -f
26
 
SED           = sed
27
 
COPY_FILE     = $(COPY)
28
 
COPY_DIR      = $(COPY) -r
29
 
INSTALL_FILE  = install -m 644 -p
30
 
INSTALL_DIR   = $(COPY_DIR)
31
 
INSTALL_PROGRAM = install -m 755 -p
32
 
DEL_FILE      = rm -f
33
 
SYMLINK       = ln -sf
34
 
DEL_DIR       = rmdir
35
 
MOVE          = mv -f
36
 
CHK_DIR_EXISTS= test -d
37
 
MKDIR         = mkdir -p
38
 
 
39
 
####### Output directory
40
 
 
41
 
OBJECTS_DIR   = ./
42
 
 
43
 
####### Files
44
 
 
45
 
SOURCES       = base64enc.cpp 
46
 
OBJECTS       = base64enc.o
47
 
DIST          = /usr/share/qt4/mkspecs/common/g++.conf \
48
 
                /usr/share/qt4/mkspecs/common/unix.conf \
49
 
                /usr/share/qt4/mkspecs/common/linux.conf \
50
 
                /usr/share/qt4/mkspecs/qconfig.pri \
51
 
                /usr/share/qt4/mkspecs/features/qt_functions.prf \
52
 
                /usr/share/qt4/mkspecs/features/qt_config.prf \
53
 
                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
54
 
                /usr/share/qt4/mkspecs/features/default_pre.prf \
55
 
                /usr/share/qt4/mkspecs/features/release.prf \
56
 
                /usr/share/qt4/mkspecs/features/default_post.prf \
57
 
                /usr/share/qt4/mkspecs/features/warn_on.prf \
58
 
                /usr/share/qt4/mkspecs/features/qt.prf \
59
 
                /usr/share/qt4/mkspecs/features/unix/thread.prf \
60
 
                /usr/share/qt4/mkspecs/features/moc.prf \
61
 
                /usr/share/qt4/mkspecs/features/resources.prf \
62
 
                /usr/share/qt4/mkspecs/features/uic.prf \
63
 
                /usr/share/qt4/mkspecs/features/yacc.prf \
64
 
                /usr/share/qt4/mkspecs/features/lex.prf \
65
 
                base64enc.pro
66
 
QMAKE_TARGET  = base64enc
67
 
DESTDIR       = 
68
 
TARGET        = base64enc
69
 
 
70
 
first: all
71
 
####### Implicit rules
72
 
 
73
 
.SUFFIXES: .o .c .cpp .cc .cxx .C
74
 
 
75
 
.cpp.o:
76
 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
77
 
 
78
 
.cc.o:
79
 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
80
 
 
81
 
.cxx.o:
82
 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
83
 
 
84
 
.C.o:
85
 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"
86
 
 
87
 
.c.o:
88
 
        $(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"
89
 
 
90
 
####### Build rules
91
 
 
92
 
all: Makefile $(TARGET)
93
 
 
94
 
$(TARGET):  $(OBJECTS)  
95
 
        $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)
96
 
 
97
 
Makefile: base64enc.pro  /usr/share/qt4/mkspecs/linux-g++/qmake.conf /usr/share/qt4/mkspecs/common/g++.conf \
98
 
                /usr/share/qt4/mkspecs/common/unix.conf \
99
 
                /usr/share/qt4/mkspecs/common/linux.conf \
100
 
                /usr/share/qt4/mkspecs/qconfig.pri \
101
 
                /usr/share/qt4/mkspecs/features/qt_functions.prf \
102
 
                /usr/share/qt4/mkspecs/features/qt_config.prf \
103
 
                /usr/share/qt4/mkspecs/features/exclusive_builds.prf \
104
 
                /usr/share/qt4/mkspecs/features/default_pre.prf \
105
 
                /usr/share/qt4/mkspecs/features/release.prf \
106
 
                /usr/share/qt4/mkspecs/features/default_post.prf \
107
 
                /usr/share/qt4/mkspecs/features/warn_on.prf \
108
 
                /usr/share/qt4/mkspecs/features/qt.prf \
109
 
                /usr/share/qt4/mkspecs/features/unix/thread.prf \
110
 
                /usr/share/qt4/mkspecs/features/moc.prf \
111
 
                /usr/share/qt4/mkspecs/features/resources.prf \
112
 
                /usr/share/qt4/mkspecs/features/uic.prf \
113
 
                /usr/share/qt4/mkspecs/features/yacc.prf \
114
 
                /usr/share/qt4/mkspecs/features/lex.prf
115
 
        $(QMAKE) -unix -o Makefile base64enc.pro
116
 
/usr/share/qt4/mkspecs/common/g++.conf:
117
 
/usr/share/qt4/mkspecs/common/unix.conf:
118
 
/usr/share/qt4/mkspecs/common/linux.conf:
119
 
/usr/share/qt4/mkspecs/qconfig.pri:
120
 
/usr/share/qt4/mkspecs/features/qt_functions.prf:
121
 
/usr/share/qt4/mkspecs/features/qt_config.prf:
122
 
/usr/share/qt4/mkspecs/features/exclusive_builds.prf:
123
 
/usr/share/qt4/mkspecs/features/default_pre.prf:
124
 
/usr/share/qt4/mkspecs/features/release.prf:
125
 
/usr/share/qt4/mkspecs/features/default_post.prf:
126
 
/usr/share/qt4/mkspecs/features/warn_on.prf:
127
 
/usr/share/qt4/mkspecs/features/qt.prf:
128
 
/usr/share/qt4/mkspecs/features/unix/thread.prf:
129
 
/usr/share/qt4/mkspecs/features/moc.prf:
130
 
/usr/share/qt4/mkspecs/features/resources.prf:
131
 
/usr/share/qt4/mkspecs/features/uic.prf:
132
 
/usr/share/qt4/mkspecs/features/yacc.prf:
133
 
/usr/share/qt4/mkspecs/features/lex.prf:
134
 
qmake:  FORCE
135
 
        @$(QMAKE) -unix -o Makefile base64enc.pro
136
 
 
137
 
dist: 
138
 
        @$(CHK_DIR_EXISTS) .tmp/base64enc1.0.0 || $(MKDIR) .tmp/base64enc1.0.0 
139
 
        $(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/base64enc1.0.0/ && $(COPY_FILE) --parents base64enc.cpp .tmp/base64enc1.0.0/ && (cd `dirname .tmp/base64enc1.0.0` && $(TAR) base64enc1.0.0.tar base64enc1.0.0 && $(COMPRESS) base64enc1.0.0.tar) && $(MOVE) `dirname .tmp/base64enc1.0.0`/base64enc1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/base64enc1.0.0
140
 
 
141
 
 
142
 
clean:compiler_clean 
143
 
        -$(DEL_FILE) $(OBJECTS)
144
 
        -$(DEL_FILE) *~ core *.core
145
 
 
146
 
 
147
 
####### Sub-libraries
148
 
 
149
 
distclean: clean
150
 
        -$(DEL_FILE) $(TARGET) 
151
 
        -$(DEL_FILE) Makefile
152
 
 
153
 
 
154
 
mocclean: compiler_moc_header_clean compiler_moc_source_clean
155
 
 
156
 
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
157
 
 
158
 
compiler_moc_header_make_all:
159
 
compiler_moc_header_clean:
160
 
compiler_rcc_make_all:
161
 
compiler_rcc_clean:
162
 
compiler_image_collection_make_all: qmake_image_collection.cpp
163
 
compiler_image_collection_clean:
164
 
        -$(DEL_FILE) qmake_image_collection.cpp
165
 
compiler_moc_source_make_all:
166
 
compiler_moc_source_clean:
167
 
compiler_uic_make_all:
168
 
compiler_uic_clean:
169
 
compiler_yacc_decl_make_all:
170
 
compiler_yacc_decl_clean:
171
 
compiler_yacc_impl_make_all:
172
 
compiler_yacc_impl_clean:
173
 
compiler_lex_make_all:
174
 
compiler_lex_clean:
175
 
compiler_clean: 
176
 
 
177
 
####### Compile
178
 
 
179
 
base64enc.o: base64enc.cpp 
180
 
        $(CXX) -c $(CXXFLAGS) $(INCPATH) -o base64enc.o base64enc.cpp
181
 
 
182
 
####### Install
183
 
 
184
 
install:   FORCE
185
 
 
186
 
uninstall:   FORCE
187
 
 
188
 
FORCE:
189