Question: Asst 1 0 : Project Management with Make This assignment deals with makefiles. I strongly recommend that you read the entire assignment through once, including

Asst 10: Project Management with Make
This assignment deals with makefiles.
I strongly recommend that you read the entire assignment through once, including the Important Notes section, before starting.
Create a directory named "makeAsst" within your ? UnixCourse directory.
Copy the files and directories for this assignment into that directory:
cp -r cs252/Assignments/cookiej/*/UnixCourse/makeAsst/
Use ls and more to examine the directory structure and files that you have obtained.
In that new directory, create a make file that, when make is run with no parameters, will
Compile the . java files (in the src/) directory, placing all resulting .class files into ? UnixCourse/makeAsst/bin.
Collect all of the .class files from //UnixCourse/makeAsst/bin into a file ? UnixCourse/makeAsst/cookie. jar. This jar file
should be set up to run the program when invoked as
java -jar cookie.jar
Like any good make file, yours should permit the program to be rebuilt after one or more source code files have been changed,
using the minimum number of rebuilding steps necessary.
Give the command:
to complete the assignment.
Asst 1 0 : Project Management with Make This

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!