all:
	touch Makefile
	make -f Makefile all

build-shared:
	make -f Makefile build-shared
install:
	touch Makefile
	$(INSTALL) -d $(OPENSOURCE_DIR)/openssl-0.9.8j
	make -f Makefile install

clean:
	touch Makefile
	make -f Makefile clean
	
all-recursive: Makefile
	make -f Makefile all-recursive
	
all-am: Makefile
	make -f Makefile all-am
	
clean-am: Makefile
	make -f Makefile clean-am