Powerhouse Makefile for HP-UX
Koizar Astrid
Astrid.Koizar at ba-ca.com
Thu Sep 29 10:57:43 CDT 2005
Hi all!
I try to build a makefile (preferably with mkmf) to rebuild Powerhouse QTP,
Quiz and Screens.
We have chosen the following suffixes:
Qtp: .qts compiles to .qtc
Quiz: .qzs compiles to .qzc
Quick: .qks compiles to .qkc
I thought it would be easy, but I cannot make it work!
These are my efforts (just the makefile part)
$ more Makefile
DEST = .
INSTALL = ./install
MAKEFILE = Makefile
SHELL = /usr/bin/sh
.SUFFIXES =
.SUFFIXES = .qtc .qts
SUFFIX = .qtc:o .qts:s
SRCS = test.qts
OBJS = test.qtc
.qts.qtc:
cp $< $@
all: $(OBJS)
clean:; @rm -i *.q?c
/testph $ make
Make: Don't know how to make test.qtc. Stop.
/testph $
More information about the powerh-l
mailing list