]> git.saurik.com Git - apt.git/blobdiff - buildlib/program.mak
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
[apt.git] / buildlib / program.mak
index 98bea9aa5e4a14ae2f5b6d8450e2cbdc194002d2..da538f5ebec9bf275f0eeec50e505c14e2185d33 100644 (file)
@@ -6,7 +6,7 @@
 # $(SOURCE) - The source code to use
 # $(PROGRAM) - The name of the program
 # $(SLIBS) - Shared libs to link against
-# $(LIB_MAKES) - Shared libary make files to depend on - to ensure we get
+# $(LIB_MAKES) - Shared library make files to depend on - to ensure we get
 # remade when the shared library version increases.
 
 # See defaults.mak for information about LOCAL
@@ -24,6 +24,12 @@ program: $(BIN)/$(PROGRAM)
 clean: clean/$(LOCAL)
 veryclean: veryclean/$(LOCAL)
 
+TYPE = src
+include $(PODOMAIN_H)
+
+# Make Directories
+MKDIRS += $(OBJ) $(DEP) $(BIN)
+
 # The clean rules
 .PHONY: clean/$(LOCAL) veryclean/$(LOCAL) 
 clean/$(LOCAL):