dot_clean/Makefile

22 lines
671 B
Makefile
Raw Normal View History

2016-08-03 20:17:54 -04:00
LINK.o = $(LINK.cc)
2016-08-04 20:28:49 -04:00
CXXFLAGS += -std=c++11 -g -Wall
2016-08-03 20:17:54 -04:00
2017-03-04 14:14:27 -05:00
.PHONY: all
all : dot_clean applesingle appledouble
dot_clean : dot_clean.o mapped_file.o finder_info_helper.o xattr.o
2016-08-03 20:17:54 -04:00
2017-03-04 14:07:30 -05:00
applesingle : applesingle.o mapped_file.o finder_info_helper.o xattr.o
2017-03-04 14:14:27 -05:00
appledouble : appledouble.o mapped_file.o finder_info_helper.o xattr.o
2017-03-04 14:07:30 -05:00
2016-08-04 20:28:49 -04:00
mapped_file.o : mapped_file.cpp mapped_file.h unique_resource.h
2016-08-04 20:39:31 -04:00
dot_clean.o : dot_clean.cpp mapped_file.h applefile.h defer.h
2017-03-04 14:07:30 -05:00
applesingle.o : applesingle.cpp mapped_file.h applefile.h defer.h
2017-03-04 14:14:27 -05:00
appledouble.o : appledouble.cpp mapped_file.h applefile.h defer.h
2017-03-04 14:07:30 -05:00
2017-01-23 14:56:52 -05:00
finder_info_helper.o: finder_info_helper.cpp finder_info_helper.h
2017-03-04 14:07:07 -05:00
xattr.o : xattr.c xattr.h