#
# Pablo System: Visual/Src/Audio/Build/CommonObjs
#
.PHONY : Makefile ../Makefile.common

AUDIO_TOP   := ../..

INCLUDES    := -I. -I../../Includes
SRCDIRS     := $(AUDIO_TOP)/CommonClasses
LOCAL_FLAGS :=
OBJECTS     := $(shell cat CommonObjs) 
TARGET	    := objects

include ../Makefile.common

#
# Targets
#
.PHONY  : objects install

objects : $(OBJECTS)

install : 
	@echo Nothing to do for target install.
