# # Copyright (c) 2008 TrueCrypt Developers Association. All rights reserved. # # Governed by the TrueCrypt License 3.0 the full text of which is contained in # the file License.txt included in TrueCrypt binary and source code distribution # packages. # $(NAME): $(NAME).a clean: @echo Cleaning $(NAME) rm -f $(APPNAME) $(NAME).a $(OBJS) $(OBJS:.o=.d) *.gch %.o: %.c @echo Compiling $($@ %.txt.h: %.txt @echo Converting $($@ %.bmp.h: %.bmp @echo Converting $($@ # Dependencies -include $(OBJS:.o=.d) $(NAME).a: $(OBJS) @echo Updating library $@ $(AR) $(AFLAGS) -rcu $@ $(OBJS) $(RANLIB) $@