Make File for C,Pro*C, Files in Solaris Server

HI,
I would like to know how to write a Make File for C,Pro*C Files in Sun Solaris Server.
Thanks,
Vijaya.

The man page for make
% man make
has a brief description of using make.
The Programming Utilities Guide has a more detailed description:
[http://docs.sun.com/app/docs/doc/805-4035/6j3r2rqnc?a=view]
For a tutorial, you can get the O'Reilly book "Managing Projects with make"
[http://www.amazon.com/Managing-Projects-make-Andrew-Oram/dp/0937175900/ref=sr_1_2?ie=UTF8&s=books&qid=1222458409&sr=1-2]
[http://search.barnesandnoble.com/Managing-Projects-with-Make/Steve-Talbott/e/9780937175187/?itm=5]
O'Reilly publishes a similar book specifically for the Gnu version of make, "Managing Projects with make", available from the usual sources.
Sun Studio comes with dmake, which has extensions that allow distributing a project build over multiple computers, and running multiple steps in parallel on the same computer. The manual for it is here:
[http://docs.sun.com/app/docs/doc/819-5273/aexaz?l=en&q=dmake+doc&a=browse]
Pro*C is not a Sun product. It is from Oracle, and you should ask Oracle for advice on using it.
Edited by: clamage45 on Sep 26, 2008 1:52 PM

Similar Messages

  • I need an installation file for officejet pro 8000 series a809 printer

    I need an installation file for officejet pro 8000 series a809 printer

    Just search the web and you will find you answer.
    http://www.google.com/search?q=+officejet+pro+8000+series+a809+&sourceid=ie7&rls=com.microsoft:en-us...
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Need to generate a Index xml file for corresponding Report PDF file.

    Need to generate a Index xml file for corresponding Report PDF file.
    Currently in fusion we are generating a pdf file using given Rtf template and dataModal source through Ess BIPJobType.xml .
    This is generating pdf successfully.
    As per requirement from Oracle GSI team, they need index xml file of corresponding generated pdf file for their own business scenario.
    Please see the following attached sample file .
    PDf file : https://kix.oraclecorp.com/KIX/uploads1/Jan-2013/354962/docs/BPA_Print_Trx-_output.pdf
    Index file : https://kix.oraclecorp.com/KIX/uploads1/Jan-2013/354962/docs/o39861053.out.idx.txt
    In R12 ,
         We are doing this through java API call to FOProcessor and build the pdf. Here is sample snapshot :
         xmlStream = PrintInvoiceThread.generateXML(pCpContext, logFile, outFile, dbCon, list, aLog, debugFlag);
         OADocumentProcessor docProc = new OADocumentProcessor(xmlStream, tmpDir);
         docProc.process();
         PrintInvoiceThread :
              out.println("<?xml version=\"1.0\" encoding=\"UTF-8\" ?>");
                   out.print("<xapi:requestset ");
                   out.println("<xapi:filesystem output=\"" + outFile.getFileName() + "\"/>");
                   out.println("<xapi:indexfile output=\"" + outFile.getFileName() + ".idx\">");
                   out.println(" <totalpages>${VAR_TOTAL_PAGES}</totalpages>");
                   out.println(" <totaldocuments>${VAR_TOTAL_DOCS}</totaldocuments>");
                   out.println("</xapi:indexfile>");
                   out.println("<xapi:document output-type=\"pdf\">");
    out.println("<xapi:customcontents>");
    XMLDocument idxDoc = new XMLDocument();
    idxDoc.setEncoding("UTF-8");
    ((XMLElement)(generator.buildIndexItems(idxDoc, am, row)).getDocumentElement()).print(out);
    idxDoc = null;
    out.println("</xapi:customcontents>");
         In r12 we have a privilege to use page number variable through oracle.apps.xdo.batch.ControlFile
              public static final String VAR_BEGIN_PAGE = "${VAR_BEGIN_PAGE}";
              public static final String VAR_END_PAGE = "${VAR_END_PAGE}";
              public static final String VAR_TOTAL_DOCS = "${VAR_TOTAL_DOCS}";
              public static final String VAR_TOTAL_PAGES = "${VAR_TOTAL_PAGES}";
    Is there any similar java library which do the same thing in fusion .
    Note: I checked in the BIP doc http://docs.oracle.com/cd/E21764_01/bi.1111/e18863/javaapis.htm#CIHHDDEH
              Section 7.11.3.2 Invoking Processors with InputStream .
    But this is not helping much to me. Is there any other document/view-let which covers these thing .
    Appreciate any help/suggestions.
    -anjani prasad
    I have attached these java file in kixs : https://kix.oraclecorp.com/KIX/display.php?labelId=3755&articleId=354962
    PrintInvoiceThread
    InvoiceXmlBuilder
    Control.java

    You can find the steps here.
    http://weblogic-wonders.com/weblogic/2009/11/29/plan-xml-usage-for-message-driven-bean/
    http://weblogic-wonders.com/weblogic/2009/12/16/invalidation-interval-secs/

  • How can i don't save a flash file for a temporary internet files

    i already use html file in meta tag...
    but still saving file ..
    so how can i don't save a flash file for a temporary internet files??

    i don't understand.
    post your message in your native language.  i can use the forum translation tool to (usually) understand your question.

  • Whats the best quiz maker software for macbrook pro????

    whats the best quiz maker software for macbrook pro????

    Why not google, "quiz maker software for mac os" and see what out there? Then test the ones that seem to you to be what interests you and have the features you want.

  • Sample code for importing Pro/e files

    Could someone please give me a sample bit of code on how to import Pro/e file?
    Thanks very much

    Also I had the same problem...
    The best thing you can do, in my opinion, is to export your files in VRML format and use Sun's VRML loader (vrml97.jar).
    Here is an example:
    BranchGroup myBG = new BranchGroup();
    VrmlLoader newvrml = new VrmlLoader();
    myBG = newvrml.load("filename.wrl").getSceneGroup();
    }HTH,
    Fausto Mancini

  • How to declare variable in solution file for use in project files.

    Hi Folks,
    Apologies if this is not the right place to ask, but I would like to declare a variable in my solution file that can used by all of the projects (prof files) in that solution.
    More specifically in the project files, references are stored using relative paths which cause issues if they don't exist. I would like to replace the relative paths with a variable set in the solution file that can easily be changed when the solution is
    built in a different location.
    So I would like to replace "../../../SomeProject"  with "$(SomeLocation)/SomeProject"  but set the $(SomeLocation) in the solution file.
    Regards
    Andy

    Hello Andy,
    Here is a common sln file:
    Microsoft Visual Studio Solution File, Format Version 12.00
    # Visual Studio 2013
    VisualStudioVersion = 12.0.30723.0
    MinimumVisualStudioVersion = 10.0.40219.1
    Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf_EntityFramework", "wpf_EntityFramework\wpf_EntityFramework.csproj", "{A282940A-5F76-4FF8-9568-8B7D14133259}"
    EndProject
    Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
    Debug|Any CPU = Debug|Any CPU
    Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Debug|Any CPU.Build.0 = Debug|Any CPU
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Release|Any CPU.ActiveCfg = Release|Any CPU
    {A282940A-5F76-4FF8-9568-8B7D14133259}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
    HideSolutionNode = FALSE
    EndGlobalSection
    EndGlobal
    And the Global Interface in the solution file is actually used for Visual Stuido add-ins. To know details, please read the following MSDN article:
    1. Persisting Information in Projects and Solutions
    Here you can find "If the Globals object is associated with the
    Solution2 object, then the value persists in the .sln file. These values are persisted when the solution file is saved."
    2.
    Solution2 Interface
    It's about the solution interface.
    As you can see although they may save something to your solution file, it is not intended for you to use it in your project.
    What's your projec type and can you alter to use some common ways?
    For example:
    1. If it is in project level, set your value public so that all classes can access the value.
    2. Or you can choose to create a xml/text file or any file that you can read by code, and then read the value out from that file.
    It will be much better than thinking about set value in the solution file.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to migrate sybase esql files(.cp files) to oracle pro*c files(.pc files

    I need to migrate sybase esql files(.cp files, c file with sybase embedded sql) to Oracle pro*c files (.pc files, c file with oracle embedded sql) , could anyone let me know whether there are any tools for this or the process how to migrate.
    Thanks in advance.

    I don't think there are any commercially available tools that can do this particular type of conversion. Your best bet is to re-write the app or try something like this: http://linux.windows9download.net/go/3-153300-0-download.html (open ESQL) that supports multiple databases. I don't know how good it is or if it will work with latest versions of Oracle so no guarantees. Our old migration workbench used to convert the Informix eSQL C programs to Pro*C but no Sybase esql c.
    Regards
    Prakash

  • Where do I put config files for a webapp (war file)?

    To my understanding a war file is supposed to be dropped in. It's isn't intended to be unzipped by the person installing the webapp. Inside my web app I have some xml files I access to get configuration information for how the servlet works. This xml file is intended to be edited by the sysadmin using the webapp. So, it's obvious I can't put my xml file inside my war file otherwise they'd have to unzip it to edit it. So my question is, where do I put it? What is the normal place to put stuff like this for a webapp?
    Example:
    I make a servlet (or jsp/custom tags) that generates an explorer-like directory tree. It reads the tree folders and files from an xml file. So one sysadmin might make a tree that looks like this:
    Fruit
    |-apples
    | |-Gala
    |-oranges
    |-pears
    another sysadmin might make a tree that looks like this:
    Bookstore
    |-Technical Books
    | |- JSP to go
    |-Children's Books
    |-Dr Seuss
    And these are defined in the xml file.
    It's driving me crazy because I want to make my webapp deployable in a war file. Since I have to unzip it right now, the war file is useless.
    Thanks,
    David

    I don't have the answer, but I understand your pain. I was trying to figure this out last year before my company went out of business and made this problem go away.
    The issue is that you want to have a user install your webapp by deploying the war file and configure the app without unzipping the war file. If you can start the webapp first, why not just put the default or empty configuration file somewhere in your webapp director structure and write an administration servlet or JSP to configure it.
    If you must configure the application before it can start up, the following might apply.
    The obvious approach would be to install a properties or xml file separately from the war file and let the user edit that file. The problem is that your servlets and jsps need to be able to find it at run time. This is problematic because the current directory for relative paths seems to vary from one server to another. If I remember correctly, on Windows NT running Tomcat, current directory points to C:\jakarta-tomcat-x.x.x\bin. When running Websphere, it points to C:\WINNT. You can figure this out for the server your user is going to be running and have them put the file in one of those places. But I don't like putting my application files in places like that.
    I can't remember at the moment how it works in other servers, but at least in Tomcat you might put the configuration file in the webapps directory with your war file. Then you could have your servlet do a getServletContext().getRealPath() or something like that and back up the path one level to get to the file.
    At one point I thought it would be nice to put the path to the configuration file in the system environment, but we couldn't find any way in Java to get access to it.
    Will.

  • Jar File for uncompress *.tar.Z-File

    hello,
    i'm locking for a jar -file to uncompress *.tar.Z files but i cant't found souch a jar file.
    do you know where i can download a jar-file wich suppose to extract a *.Z-Archiv? You do you know how i can extract a *.tar.Z-Archiv?
    Torsten

    hello,
    i'm locking for a jar -file to uncompress *.tar.Z files but i cant't found souch a jar file.
    do you know where i can download a jar-file wich suppose to extract a *.Z-Archiv? You do you know how i can extract a *.tar.Z-Archiv?
    Torsten

  • Doubts In creating rule file for the given flat file.

    Dear All,
    How to create the rule file for following data. Kindly guide us to proceed further.
    "Sales" "COGS" "Margin" "Marketing" "Payroll" "Misc" "Total Expenses" "Profit" "Opening Inventory" "Additions" "Ending Inventory" "Margin %" "Profit %"
    "100-10" "New York"
    "Jan" "Actual" 678 271 407 94 51 0 145 262 2101 644 2067 60.02949852507374 38.64306784660767
    "Feb" "Actual" 645 258 387 90 51 1 142 245 2067 619 2041 60 37.98449612403101
    "Mar" "Actual" 675 270 405 94 51 1 146 259 2041 742 2108 60 38.37037037037037
    "Qtr1" "Actual" 1998 799 1199 278 153 2 433 766 2101 2005 2108 60.01001001001001 38.33833833833834
    "Apr" "Actual" 712 284 428 99 53 0 152 276 2108 854 2250 60.1123595505618 38.76404494382022
    "May" "Actual" 756 302 454 105 53 1 159 295 2250 982 2476 60.05291005291006 39.02116402116403
    "Jun" "Actual" 890 356 534 124 53 0 177 357 2476 1068 2654 60 40.1123595505618
    "Qtr2" "Actual" 2358 942 1416 328 159 1 488 928 2108 2904 2654 60.05089058524173 39.35538592027142
    "Jul" "Actual" 912 364 548 127 51 0 178 370 2654 875 2617 60.08771929824561 40.57017543859649
    "Aug" "Actual" 910 364 546 127 51 0 178 368 2617 873 2580 60 40.43956043956044
    "Sep" "Actual" 790 316 474 110 51 1 162 312 2580 758 2548 60 39.49367088607595
    "Qtr3" "Actual" 2612 1044 1568 364 153 1 518 1050 2654 2506 2548 60.03062787136294 40.19908116385911
    "Oct" "Actual" 650 260 390 91 51 1 143 247 2548 682 2580 60 38
    "Nov" "Actual" 623 249 374 87 51 0 138 236 2580 685 2642 60.03210272873194 37.88121990369181
    "Dec" "Actual" 699 279 420 97 51 1 149 271 2642 671 2614 60.08583690987125 38.76967095851216
    "Qtr4" "Actual" 1972 788 1184 275 153 2 430 754 2548 2038 2614 60.04056795131846 38.23529411764706
    Thanks And regards
    Sai

    Hi,
    Create 1 text file in this way, the file is tab separated. The first line is Header line. So do a setting to skip that line while you are loading a data.(Options -> Data Source Property -> Header -> No of lines to skip 1)
    "Product" "market" "Period" "Scenario" "Sales" "COGS" "Margin"..... "Profit %"
    100-10     New York     Jan     Actual     678     271     407     94     51     0     145     262     2101     644     2067     60.02949853     38.64306784660767 
    100-10     New York     Feb     Actual     645     258     387     90     51     1     142     245     2067     619     2041     60     37.98449612403101 
    and copy paste all your complete data lines below this and save your text file.
    Create 1 rule file and open this text file in it and then provide a field settings one by one. Do the necessary settings also.
    Hope this helps.
    regards
    SST.....

  • Converting xvid avi files for premiere pro 5.5 properly?

    I am using Premiere Pro 5.5 for the first time.  I have footage from an older Flip camera with the following specs that I need to convert.  I have MPEG Streamclip to convert the files.
    What format should I convert them to?  What settings in streamclip should I use?  Should I keep them as AVI files or convert to mp4 or mpeg or something else?  I don't have the fastest computer setup or a ton of storage space to work with, but would like to have the right format for my imports so that I don't have problems editing.  Thanks for the help. 
    Source footage:
    File type: .avi
    Format: XVid (Perian), 640x480, Millions Microsoft ADPCM, Mono, 44.100 KHz
    FPS: 30
    Data Rate: 7,760.50 KBit/S
    Size: 640x480 pixels (actual)
    Working with:
    -Premiere Pro CS5.5
    -MacBook Pro 2.4 GHz Intel Core 2 duo, 4GB ram, OSX 10.6.8
    -1 TB external hard drive to store footage and projects

    premiere should be able to use the installed xvid codec software to read the files. some xvid files will report they are mp4 files, so sometimes it possible to play them back using quicktime or another mp4 video player without xvid installed at all. if they playback choppy in premiere and export improperly, then you may want to try uninstalling the xvid and see if they behave any better. can also see if installing an older or new version of xvid works any better.  i use a windows computer, so while it should work the same, i dont know for certain...
    xvid and mp4 are heavily compressed, which means it takes more computing power to play them back and edit. prores will make larger files, that aren't so compressed, therefore will be easier on a computer to read and edit with.

  • Where can I download an install file for Acrobat Pro version 9 for Mac.

    I had Acrobat Pro version 9 running fine under Snow Leopard but since upgrading to first Mavericks and then Yosemite it has issues. I was running it under Snow leopard Server and parallels but after some problem it needs reinstalling and I can't find a suitable install file.
    I searched the Adobe web site and came up with the Windows version but my Mac version Serial number is no good for that. Any ideas where I might find the file?

    You can find the download on http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    Make sure you follow the Very Important Instructions on that page.

  • Make Save for Web overwrite original file

    Hi,
    Has anyone come across a way to make the "Save For Web" function overwrite the existing file rather than export a new one.
    There are a few workarounds I've found but all involve manually finding the original file and saving over it – which is cumbersome in the system I'm using.
    Thanks in advance for any help on this.

    I made an action to save large batches to a designated "pics" folder. Then when I'm done with a big batch, I just move them to the original folder and let the OS overwrite them. May seem like a lot of work, but I can do a batch of 500 gallery thumbnails in about four minutes and it takes about 30 seconds to move them and replace the originals.

  • Is it possible to transfer files for MacBook Pro to MacBook Air?

    Earlier I have used the file transfer program with firewire cable to transfer a complete setup from one mac to another. Is that possible with MacBook Air with no firewire port?

    Yes you can. You can either tranfer them via Wifi or you can do a time machine backup (USB Hard Drive needed) on the Pro and load it back on the Air

Maybe you are looking for

  • New Hardrive and now blank screen with sleep light on

    My warranty ran out on one of my mbp's, so I decided to install a new hardrive in one. I went through all the steps, and was very cautious. Now when I turn on the laptop the screen is blank and the sleep light stays on the entire time. I hear the cd-

  • Software crashing on open - entourage, excel, word & ppt.  Balance apps ok.

    At some point today my applications started to crash on open. Now I can't access any of my documents in the applications noted above. I can open the files themselves in text edit so there's nothing wrong with the actual files - it's the applications

  • I updated to iso7 and ipod screen goes black and shuts off

    Updated to iso7 and ipod touch shuts down

  • Welcome and Rules of Engagement

    Welcome to the <i>Business Process Modeling Methodologies</i> forum! Please see our <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/wiki">Wiki FAQ</a> and use the search before you post. More detailed <a href="htt

  • Anulation of document ....

    Hello .. people .. I'm handling the modules of loans ....   I have a trouble in the transaction FNM3 ( Loans: Reversal  ) .. when I try to do Reversal of the documents send me the next message ... E: Error in the posting interface E: Error in posting