2 # Common rules for generation of ACPICA utilities
4 # FINAL_PROG - Copies the utility to the local bin directory
5 # PROG - Builds the utility (links the object files)
7 # Note: $(INTERMEDIATES) and $(MISC) are used for iASL compiler only.
10 $(FINAL_PROG) : $(PROG)
13 $(PROG) : $(INTERMEDIATES) $(MISC) $(OBJECTS)
17 $(OBJDIR)/%.o : %.c $(HEADERS) $(ACPICA_HEADERS)
21 rm -f $(PROG) $(PROG).exe $(OBJECTS) $(INTERMEDIATES) $(MISC)