mirror of https://gitlab.com/QEF/q-e.git
34 lines
994 B
Plaintext
34 lines
994 B
Plaintext
|
|
========================================================================
|
|
Here is the list of make targets:
|
|
========================================================================
|
|
|
|
* General info:
|
|
|
|
If you donwloaded the PWgui tarball (*.tgz) package, you do not need
|
|
to call "make". See INSTALL file instead.
|
|
|
|
* Repository-related target:
|
|
|
|
init ... initialize the repository version of PWgui
|
|
|
|
* Distribution-related targets:
|
|
|
|
pwgui-source ... make PWgui-only source package
|
|
|
|
pwgui-starkit-vfs ... make a starkit's pwgui_vfs source package,
|
|
(use this tarball to create binary starkits
|
|
on various platforms)
|
|
|
|
alldist ... pwgui-source + pwgui-starkit-vfs
|
|
|
|
* General target:
|
|
|
|
clean ... rm *tgz *tar *~ */*~ */*/*~
|
|
|
|
veryclean ... clean + remove *~ files recursively,
|
|
clean-documents, and clean pwvgui_vfs/
|
|
|
|
distclean ... veryclean + (cd lib/; rm -f *)
|
|
|