File: makefile.list

package info (click to toggle)
p7zip 9.20.1~dfsg.1-4.1%2Bdeb8u3
  • links: PTS
  • area: main
  • in suites: jessie
  • size: 13,368 kB
  • sloc: cpp: 104,670; ansic: 12,930; makefile: 1,899; sh: 1,031; asm: 159
file content (28 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
SRCS=myGetTickCount.cpp \
 mySplitCommandLine.cpp \
 myAddExeFlag.cpp \
 test_emul.cpp \
 wine_date_and_time.cpp \
 wine_GetXXXDefaultLangID.cpp \
 ../Common/MyVector.cpp \
 ../Common/MyString.cpp \
 ../Common/MyWindows.cpp

mySplitCommandLine.o : mySplitCommandLine.cpp
	$(CXX) $(CXXFLAGS) mySplitCommandLine.cpp
myAddExeFlag.o : myAddExeFlag.cpp
	$(CXX) $(CXXFLAGS) myAddExeFlag.cpp
myGetTickCount.o : myGetTickCount.cpp
	$(CXX) $(CXXFLAGS) myGetTickCount.cpp
test_emul.o : test_emul.cpp
	$(CXX) $(CXXFLAGS) test_emul.cpp
wine_date_and_time.o : wine_date_and_time.cpp
	$(CXX) $(CXXFLAGS) wine_date_and_time.cpp
wine_GetXXXDefaultLangID.o : wine_GetXXXDefaultLangID.cpp
	$(CXX) $(CXXFLAGS) wine_GetXXXDefaultLangID.cpp
MyVector.o : ../Common/MyVector.cpp
	$(CXX) $(CXXFLAGS) ../Common/MyVector.cpp
MyString.o : ../Common/MyString.cpp
	$(CXX) $(CXXFLAGS) ../Common/MyString.cpp
MyWindows.o : ../Common/MyWindows.cpp
	$(CXX) $(CXXFLAGS) ../Common/MyWindows.cpp